File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/foundation.icon/icon-sdk/1.0.0 )] ( https://search.maven.org/artifact/foundation.icon/icon-sdk/1.0.0/jar )
2- [ ![ Javadocs ] ( http://www.javadoc.io/badge2/foundation.icon/icon-sdk/1.0.0/ javadoc.svg )] ( http://www.javadoc.io/doc/foundation.icon/icon-sdk/1.0.0 )
1+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/foundation.icon/icon-sdk )] ( https://search.maven.org/artifact/foundation.icon/icon-sdk )
2+ [ ![ Javadoc ] ( http://www.javadoc.io/badge2/foundation.icon/icon-sdk/javadoc.svg )] ( http://www.javadoc.io/doc/foundation.icon/icon-sdk )
33
44# ICON SDK for Java
55
66ICON supports SDK for 3rd party or user services development. You can integrate ICON SDK for your project and utilize ICON’s functionality.
77
88This document is focused on how to use the SDK properly. For the detailed API specification, see the API reference documentation.
99
10- ## Version
11-
12- 1.0.0
13-
1410## Prerequisite
1511
1612This Java SDK works on the following platforms:
@@ -26,15 +22,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
2622<dependency >
2723 <groupId >foundation.icon</groupId >
2824 <artifactId >icon-sdk</artifactId >
29- <version >1 .0.0</version >
25+ <version >2 .0.0</version >
3026</dependency >
3127```
3228
3329or Gradle:
3430
3531``` groovy
3632dependencies {
37- implementation 'foundation.icon:icon-sdk:1 .0.0'
33+ implementation 'foundation.icon:icon-sdk:2 .0.0'
3834}
3935```
4036
You can’t perform that action at this time.
0 commit comments