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