License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.theicenet |
ArtifactId | ArtifactIdtheicenet-cryptography-module |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-module/
implementation 'com.theicenet:theicenet-cryptography-module:1.3.2'
// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-module/
implementation ("com.theicenet:theicenet-cryptography-module:1.3.2")
'com.theicenet:theicenet-cryptography-module:jar:1.3.2'
<dependency org="com.theicenet" name="theicenet-cryptography-module" rev="1.3.2">
<artifact name="theicenet-cryptography-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theicenet', module='theicenet-cryptography-module', version='1.3.2')
)
libraryDependencies += "com.theicenet" % "theicenet-cryptography-module" % "1.3.2"
[com.theicenet/theicenet-cryptography-module "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
commons-codec : commons-codec | jar | 1.15 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
com.theicenet : theicenet-cryptography-test-support | jar | 1.3.2 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.mockito : mockito-junit-jupiter | jar | 4.0.0 |
org.hamcrest : hamcrest | jar | 2.2 |