1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-06-01 06:41:34 +00:00
This commit is contained in:
Irmen de Jong 2020-02-16 23:54:52 +01:00
parent 0dd97ba41c
commit ffbd5050d6

View File

@ -30,6 +30,24 @@ Properties of this simulator:
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