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