is not current version
Last Version 4.0.0-M2

org.sklsft.commons:commons-crypto 2.0.0-M2

Commons Crypto

GroupId

GroupId

org.sklsft.commons
ArtifactId

ArtifactId

commons-crypto
Version

Version

2.0.0-M2
Type

Type

jar

Download commons-crypto 2.0.0-M2


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