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