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