is not current version
Last Version 1.2

com.gitee.burried:utils 1.1

common tool

GroupId

GroupId

com.gitee.burried
ArtifactId

ArtifactId

utils
Version

Version

1.1
Type

Type

jar

Download utils 1.1


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