License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.theicenet |
ArtifactId | ArtifactIdtheicenet-cryptography-module |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionTheIceNet Cryptography is a library which makes easy to develop cryptography-based,
production-grade Spring Boot applications.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-module/ -->
<dependency>
<groupId>com.theicenet</groupId>
<artifactId>theicenet-cryptography-module</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-module/
implementation 'com.theicenet:theicenet-cryptography-module:1.2.1'
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-module/
implementation ("com.theicenet:theicenet-cryptography-module:1.2.1")
'com.theicenet:theicenet-cryptography-module:jar:1.2.1'
<dependency org="com.theicenet" name="theicenet-cryptography-module" rev="1.2.1">
<artifact name="theicenet-cryptography-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theicenet', module='theicenet-cryptography-module', version='1.2.1')
)
libraryDependencies += "com.theicenet" % "theicenet-cryptography-module" % "1.2.1"
[com.theicenet/theicenet-cryptography-module "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcpkix-jdk15on | jar | 1.68 |
commons-codec : commons-codec | jar | 1.15 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
com.theicenet : theicenet-cryptography-test-support | jar | 1.2.1 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.mockito : mockito-junit-jupiter | jar | 3.6.28 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mutabilitydetector : MutabilityDetector | jar | 0.10.4 |