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