License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.dexafree |
ArtifactId | ArtifactIdsimplesec |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionSimpleSec
Java library that aims to provide a very simplified way to use criptographic hash and cipher functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplesec-1.0.5.pom | |
simplesec-1.0.5.jar | 7 KB |
simplesec-1.0.5-tests.jar | 261 bytes |
simplesec-1.0.5-sources.jar | 261 bytes |
simplesec-1.0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dexafree/simplesec/ -->
<dependency>
<groupId>com.github.dexafree</groupId>
<artifactId>simplesec</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation 'com.github.dexafree:simplesec:1.0.5'
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation ("com.github.dexafree:simplesec:1.0.5")
'com.github.dexafree:simplesec:jar:1.0.5'
<dependency org="com.github.dexafree" name="simplesec" rev="1.0.5">
<artifact name="simplesec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='simplesec', version='1.0.5')
)
libraryDependencies += "com.github.dexafree" % "simplesec" % "1.0.5"
[com.github.dexafree/simplesec "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
net.iharder : base64 | jar | 2.3.8 |
org.bouncycastle : bcprov-jdk15on | jar | 1.51 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |