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