is not current version
Last Version 3.0.38

com.github.jchanghong:utils 3.0.4

提供丰富的Java工具方法

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

utils
Version

Version

3.0.4
Type

Type

jar

Download utils 3.0.4


<!-- https://jarcasting.com/artifacts/com.github.jchanghong/utils/ -->
<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>utils</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation 'com.github.jchanghong:utils:3.0.4'
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation ("com.github.jchanghong:utils:3.0.4")
'com.github.jchanghong:utils:jar:3.0.4'
<dependency org="com.github.jchanghong" name="utils" rev="3.0.4">
  <artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='utils', version='3.0.4')
)
libraryDependencies += "com.github.jchanghong" % "utils" % "3.0.4"
[com.github.jchanghong/utils "3.0.4"]