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