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