is not current version
Last Version 1.1.2

com.github.fanzezhen:utils 1.0.2

${project.artifactId}

GroupId

GroupId

com.github.fanzezhen
ArtifactId

ArtifactId

utils
Version

Version

1.0.2
Type

Type

jar

Download utils 1.0.2


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