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