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