is not current version
Last Version 1.0.8.RELEASE

cn.t:common-service 1.0.4.RELEASE


GroupId

GroupId

cn.t
ArtifactId

ArtifactId

common-service
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download common-service 1.0.4.RELEASE


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