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