is not current version
Last Version 1.0.16.RELEASE

cn.t:util 1.0.1-RELEASE

util parent

GroupId

GroupId

cn.t
ArtifactId

ArtifactId

util
Version

Version

1.0.1-RELEASE
Type

Type

pom

Download util 1.0.1-RELEASE

Filename Size
util-1.0.1-RELEASE.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.t/util/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>util</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.t/util/
implementation 'cn.t:util:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.t/util/
implementation ("cn.t:util:1.0.1-RELEASE")
'cn.t:util:pom:1.0.1-RELEASE'
<dependency org="cn.t" name="util" rev="1.0.1-RELEASE">
  <artifact name="util" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='util', version='1.0.1-RELEASE')
)
libraryDependencies += "cn.t" % "util" % "1.0.1-RELEASE"
[cn.t/util "1.0.1-RELEASE"]