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