License |
License |
---|---|
GroupId | GroupIdcn.t |
ArtifactId | ArtifactIdcommon-service |
Last Version | Last Version1.0.8.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlib-pom
|
<!-- https://jarcasting.com/artifacts/cn.t/common-service/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>common-service</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/common-service/
implementation 'cn.t:common-service:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/cn.t/common-service/
implementation ("cn.t:common-service:1.0.8.RELEASE")
'cn.t:common-service:jar:1.0.8.RELEASE'
<dependency org="cn.t" name="common-service" rev="1.0.8.RELEASE">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='common-service', version='1.0.8.RELEASE')
)
libraryDependencies += "cn.t" % "common-service" % "1.0.8.RELEASE"
[cn.t/common-service "1.0.8.RELEASE"]