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