is not current version
Last Version 1.0.5

com.github.dexafree:simplesec 1.0.4

Java library that aims to provide a very simplified way to use criptographic hash and cipher functions

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.dexafree
ArtifactId

ArtifactId

simplesec
Version

Version

1.0.4
Type

Type

jar

Download simplesec 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.dexafree/simplesec/ -->
<dependency>
    <groupId>com.github.dexafree</groupId>
    <artifactId>simplesec</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation 'com.github.dexafree:simplesec:1.0.4'
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation ("com.github.dexafree:simplesec:1.0.4")
'com.github.dexafree:simplesec:jar:1.0.4'
<dependency org="com.github.dexafree" name="simplesec" rev="1.0.4">
  <artifact name="simplesec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='simplesec', version='1.0.4')
)
libraryDependencies += "com.github.dexafree" % "simplesec" % "1.0.4"
[com.github.dexafree/simplesec "1.0.4"]