is not current version
Last Version 1.3.16

net.quanter:shield-parent 1.3.15

凡是继承此parent-pom,即可获得deploy jar包到maven中央仓库的能力

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-parent
Version

Version

1.3.15
Type

Type

pom

Download shield-parent 1.3.15

Filename Size
shield-parent-1.3.15.pom 16 KB
Browse

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