We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5c766 commit a1e14e2Copy full SHA for a1e14e2
Tokens/spaceships-javaAPIs/README.md
@@ -1,5 +1,15 @@
1
# spaceships-javaAPIs token sample cordapp
2
3
+## IMPORTANT: this project is using TokenSDK snapshot until quarterly release available on mavenCentral
4
+
5
+```java
6
+// FOR USE with snapshot source (pre-release JAVA APIs)
7
+tokens_release_group = 'com.r3.corda.lib.tokens'
8
+tokens_release_version = '1.2-SNAPSHOT'
9
+```
10
+You must download the latest source [here](https://github.com/corda/token-sdk) and then run the gradle task 'publishToMavenLocal'
11
12
+---
13
This cordapp demonstrates the new Java Apis released with TokenSDK 1.2
14
15
The core changes include easier access to the following Utility classes and functions from Java:
0 commit comments