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