| Categories | CategoriesAnt Build Tools Net | 
|---|---|
| GroupId | GroupIdnet.quanter | 
| ArtifactId | ArtifactIdshield-common | 
| Version | Version1.3.12.RELEASE | 
| Type | Typejar | 
<!-- 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"]