is not current version
Last Version 3.0.38

com.github.jchanghong:utils 3.0.8

提供丰富的Java工具方法

GroupId

GroupId

com.github.jchanghong
ArtifactId

ArtifactId

utils
Version

Version

3.0.8
Type

Type

jar

Download utils 3.0.8


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