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