is not current version
Last Version 1.1.0

org.antfarmer:easyjce 1.0.0

EasyJCE provides an easy to use interface for encrypting and decrypting data for transmission or storage using the Java Cryptographic Extension (JCE).

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.antfarmer
ArtifactId

ArtifactId

easyjce
Version

Version

1.0.0
Type

Type

jar

Download easyjce 1.0.0


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