is not current version
Last Version 1.0.16.RELEASE

cn.t:common-util 1.0.7-RELEASE

util parent

GroupId

GroupId

cn.t
ArtifactId

ArtifactId

common-util
Version

Version

1.0.7-RELEASE
Type

Type

jar

Download common-util 1.0.7-RELEASE


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