| License |
License |
|---|---|
| GroupId | GroupIdde.mibos |
| ArtifactId | ArtifactIdcommons-crypt |
| Version | Version1.5 |
| Type | Typejar |
| Description |
Descriptionde.mibos:commons-crypt
Commons library for easy and safe encryption/decryption
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-crypt-1.5.pom | |
| commons-crypt-1.5.jar | 19 KB |
| commons-crypt-1.5-sources.jar | 18 KB |
| commons-crypt-1.5-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mibos/commons-crypt/ -->
<dependency>
<groupId>de.mibos</groupId>
<artifactId>commons-crypt</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.mibos/commons-crypt/
implementation 'de.mibos:commons-crypt:1.5'
// https://jarcasting.com/artifacts/de.mibos/commons-crypt/
implementation ("de.mibos:commons-crypt:1.5")
'de.mibos:commons-crypt:jar:1.5'
<dependency org="de.mibos" name="commons-crypt" rev="1.5">
<artifact name="commons-crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mibos', module='commons-crypt', version='1.5')
)
libraryDependencies += "de.mibos" % "commons-crypt" % "1.5"
[de.mibos/commons-crypt "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| commons-codec : commons-codec | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.hamcrest : hamcrest-all | jar | 1.3 |