Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.quanter |
ArtifactId | ArtifactIdshield-parent |
Version | Version1.3.14.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
shield-parent-1.3.14.RELEASE.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.quanter/shield-parent/ -->
<dependency>
<groupId>net.quanter</groupId>
<artifactId>shield-parent</artifactId>
<version>1.3.14.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.quanter/shield-parent/
implementation 'net.quanter:shield-parent:1.3.14.RELEASE'
// https://jarcasting.com/artifacts/net.quanter/shield-parent/
implementation ("net.quanter:shield-parent:1.3.14.RELEASE")
'net.quanter:shield-parent:pom:1.3.14.RELEASE'
<dependency org="net.quanter" name="shield-parent" rev="1.3.14.RELEASE">
<artifact name="shield-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.quanter', module='shield-parent', version='1.3.14.RELEASE')
)
libraryDependencies += "net.quanter" % "shield-parent" % "1.3.14.RELEASE"
[net.quanter/shield-parent "1.3.14.RELEASE"]