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