File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
# A Java SCORE Library for ICON Standard Tokens
4
4
5
5
This repository contains a Java SCORE library for ICON standard tokens like
6
- [ IRC2] ( https://github.com/icon-project/IIPs/blob/master/IIPS/iip-2.md ) and
7
- [ IRC3] ( https://github.com/icon-project/IIPs/blob/master/IIPS/iip-3.md ) .
6
+ [ IRC2] ( https://github.com/icon-project/IIPs/blob/master/IIPS/iip-2.md ) ,
7
+ [ IRC3] ( https://github.com/icon-project/IIPs/blob/master/IIPS/iip-3.md ) , and
8
+ [ IRC31] ( https://github.com/icon-project/IIPs/blob/master/IIPS/iip-31.md ) .
8
9
SCORE developers are no longer required to write the whole things from scratch.
9
10
This project provides reusable Java classes to build custom user contracts conveniently.
10
11
@@ -14,7 +15,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
14
15
by adding the following dependency in your ` build.gradle ` .
15
16
16
17
``` groovy
17
- implementation 'com.github.sink772:javaee-tokens:0.6.0 '
18
+ implementation 'com.github.sink772:javaee-tokens:0.6.1 '
18
19
```
19
20
20
21
You need to create a entry Java class to inherit the attributes and methods from the basic token classes.
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.sink772
2
- VERSION =0.6.0
2
+ VERSION =0.6.1
You can’t perform that action at this time.
0 commit comments