From ffbd5050d6d42ede53419a238095960215fc2d6b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 16 Feb 2020 23:54:52 +0100 Subject: [PATCH] jcenter --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index eb21c82..335a424 100644 --- a/README.md +++ b/README.md @@ -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: + + + net.razorvine + ksim65 + 1.7 + pom + + +For Gradle: + + implementation 'net.razorvine:ksim65:1.7' + ## Virtual machine examples