mirror of
https://github.com/irmen/ksim65.git
synced 2025-01-15 22:29:49 +00:00
jcenter
This commit is contained in:
parent
0dd97ba41c
commit
ffbd5050d6
18
README.md
18
README.md
@ -30,6 +30,24 @@ Properties of this simulator:
|
|||||||
|
|
||||||
Still to be written. For now, use the source ;-)
|
Still to be written. For now, use the source ;-)
|
||||||
|
|
||||||
|
## Using it as a library in your own project
|
||||||
|
|
||||||
|
Ksim65 is available on the [JCenter maven repository](https://bintray.com/irmen/maven/ksim65/1.7).
|
||||||
|
|
||||||
|
You can simply add it as a dependency to your project.
|
||||||
|
For Maven:
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.razorvine</groupId>
|
||||||
|
<artifactId>ksim65</artifactId>
|
||||||
|
<version>1.7</version>
|
||||||
|
<type>pom</type>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
For Gradle:
|
||||||
|
|
||||||
|
implementation 'net.razorvine:ksim65:1.7'
|
||||||
|
|
||||||
|
|
||||||
## Virtual machine examples
|
## Virtual machine examples
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user