is not current version
Last Version 1.7

com.github.935237604:utils 1.6

常用工具类

GroupId

GroupId

com.github.935237604
ArtifactId

ArtifactId

utils
Version

Version

1.6
Type

Type

jar

Download utils 1.6


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