Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.futureble.security |
ArtifactId | ArtifactIdcryptography |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cryptography-1.0.0.pom | |
cryptography-1.0.0.jar | 109 KB |
cryptography-1.0.0-sources.jar | 95 KB |
cryptography-1.0.0-javadoc.jar | 567 KB |
Browse |
<!-- 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"]