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