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