is not current version
Last Version 1.3.16

net.quanter:shield-common 1.3.12.RELEASE

提供一些util包,基础常量

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-common
Version

Version

1.3.12.RELEASE
Type

Type

jar

Download shield-common 1.3.12.RELEASE


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