We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd81a42 commit fac3cb8Copy full SHA for fac3cb8
README.md
@@ -806,20 +806,20 @@
806
807
Gradle:
808
``` groovy
809
-compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.0'
+compile 'com.abrahamcaijin.commonutil:CommonUtil:1.0.1'
810
```
811
Maven:
812
813
<dependency>
814
<groupId>com.abrahamcaijin.commonutil</groupId>
815
<artifactId>CommonUtil</artifactId>
816
- <version>1.0.0</version>
+ <version>1.0.1</version>
817
<type>pom</type>
818
</dependency>
819
820
Ivy:
821
822
-<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.0'>
+<dependency org='com.abrahamcaijin.commonutil' name='CommonUtil' rev='1.0.1'>
823
<artifact name='CommonUtil' ext='pom' ></artifact>
824
825
0 commit comments