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