is not current version
Last Version 1.3.16

net.quanter:shield-parent 1.3.RELEASE

需要被其他的要deploy的sdk共同依赖的父pom

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-parent
Version

Version

1.3.RELEASE
Type

Type

pom

Download shield-parent 1.3.RELEASE


<!-- https://jarcasting.com/artifacts/net.quanter/shield-parent/ -->
<dependency>
    <groupId>net.quanter</groupId>
    <artifactId>shield-parent</artifactId>
    <version>1.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.quanter/shield-parent/
implementation 'net.quanter:shield-parent:1.3.RELEASE'
// https://jarcasting.com/artifacts/net.quanter/shield-parent/
implementation ("net.quanter:shield-parent:1.3.RELEASE")
'net.quanter:shield-parent:pom:1.3.RELEASE'
<dependency org="net.quanter" name="shield-parent" rev="1.3.RELEASE">
  <artifact name="shield-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.quanter', module='shield-parent', version='1.3.RELEASE')
)
libraryDependencies += "net.quanter" % "shield-parent" % "1.3.RELEASE"
[net.quanter/shield-parent "1.3.RELEASE"]