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