GroupId | GroupIdcom.crypteron |
---|---|
ArtifactId | ArtifactIdcipherstor |
Version | Version2019.11.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cipherstor-2019.11.1.0.pom | |
cipherstor-2019.11.1.0.jar | 4 KB |
cipherstor-2019.11.1.0-sources.jar | 1 KB |
cipherstor-2019.11.1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crypteron/cipherstor/ -->
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>cipherstor</artifactId>
<version>2019.11.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crypteron/cipherstor/
implementation 'com.crypteron:cipherstor:2019.11.1.0'
// https://jarcasting.com/artifacts/com.crypteron/cipherstor/
implementation ("com.crypteron:cipherstor:2019.11.1.0")
'com.crypteron:cipherstor:jar:2019.11.1.0'
<dependency org="com.crypteron" name="cipherstor" rev="2019.11.1.0">
<artifact name="cipherstor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crypteron', module='cipherstor', version='2019.11.1.0')
)
libraryDependencies += "com.crypteron" % "cipherstor" % "2019.11.1.0"
[com.crypteron/cipherstor "2019.11.1.0"]