is not current version
Last Version 1.1.0

com.futureble.security:cryptography 1.0.0

Cryptogram related.

Categories

Categories

Security
GroupId

GroupId

com.futureble.security
ArtifactId

ArtifactId

cryptography
Version

Version

1.0.0
Type

Type

jar

Download cryptography 1.0.0


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