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