Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.theblackchamber |
ArtifactId | ArtifactIdcommons-encryption |
Version | Version1.2.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/ -->
<dependency>
<groupId>net.theblackchamber</groupId>
<artifactId>commons-encryption</artifactId>
<version>1.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation 'net.theblackchamber:commons-encryption:1.2.2-RELEASE'
// https://jarcasting.com/artifacts/net.theblackchamber/commons-encryption/
implementation ("net.theblackchamber:commons-encryption:1.2.2-RELEASE")
'net.theblackchamber:commons-encryption:jar:1.2.2-RELEASE'
<dependency org="net.theblackchamber" name="commons-encryption" rev="1.2.2-RELEASE">
<artifact name="commons-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.theblackchamber', module='commons-encryption', version='1.2.2-RELEASE')
)
libraryDependencies += "net.theblackchamber" % "commons-encryption" % "1.2.2-RELEASE"
[net.theblackchamber/commons-encryption "1.2.2-RELEASE"]