File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ managementService.deleteCanister(canisterId);
5757
5858To add Java IC4J Management Service library to your Java project use Maven or Gradle import from Maven Central.
5959
60- <a href =" https://search.maven.org/artifact/ic4j/ic4j-management/0.6.17 /jar " >
61- https://search.maven.org/artifact/ic4j/ic4j-management/0.6.17 /jar
60+ <a href =" https://search.maven.org/artifact/ic4j/ic4j-management/0.6.18 /jar " >
61+ https://search.maven.org/artifact/ic4j/ic4j-management/0.6.18 /jar
6262</a >
6363
6464```
6565<dependency>
6666 <groupId>org.ic4j</groupId>
6767 <artifactId>ic4j-management</artifactId>
68- <version>0.6.17 </version>
68+ <version>0.6.18 </version>
6969</dependency>
7070```
7171
7272```
73- implementation 'org.ic4j:ic4j-management:0.6.17 '
73+ implementation 'org.ic4j:ic4j-management:0.6.18 '
7474```
7575
7676
You can’t perform that action at this time.
0 commit comments