License |
License |
---|---|
GroupId | GroupIdde.elomagic |
ArtifactId | ArtifactIdspps-jbc |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Password Protection Solution with Bouncy Castle
Simple Password Protection Solution for Java with Bouncy Castle
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spps-jbc-1.2.0.pom | |
spps-jbc-1.2.0.jar | 10 KB |
spps-jbc-1.2.0-sources.jar | 8 KB |
spps-jbc-1.2.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.elomagic/spps-jbc/ -->
<dependency>
<groupId>de.elomagic</groupId>
<artifactId>spps-jbc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.elomagic/spps-jbc/
implementation 'de.elomagic:spps-jbc:1.2.0'
// https://jarcasting.com/artifacts/de.elomagic/spps-jbc/
implementation ("de.elomagic:spps-jbc:1.2.0")
'de.elomagic:spps-jbc:jar:1.2.0'
<dependency org="de.elomagic" name="spps-jbc" rev="1.2.0">
<artifact name="spps-jbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.elomagic', module='spps-jbc', version='1.2.0')
)
libraryDependencies += "de.elomagic" % "spps-jbc" % "1.2.0"
[de.elomagic/spps-jbc "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
commons-io : commons-io | jar | 2.11.0 |