GroupId | GroupIdcn.structured |
---|---|
ArtifactId | ArtifactIdstructure-dependencies |
Version | Version1.0.9.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
structure-dependencies-1.0.9.RELEASE.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-dependencies/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-dependencies</artifactId>
<version>1.0.9.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation 'cn.structured:structure-dependencies:1.0.9.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-dependencies/
implementation ("cn.structured:structure-dependencies:1.0.9.RELEASE")
'cn.structured:structure-dependencies:pom:1.0.9.RELEASE'
<dependency org="cn.structured" name="structure-dependencies" rev="1.0.9.RELEASE">
<artifact name="structure-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-dependencies', version='1.0.9.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-dependencies" % "1.0.9.RELEASE"
[cn.structured/structure-dependencies "1.0.9.RELEASE"]