GroupId | GroupIdcom.crypteron |
---|---|
ArtifactId | ArtifactIdcipherdb |
Version | Version2015.07.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cipherdb-2015.07.0.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crypteron/cipherdb/ -->
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>cipherdb</artifactId>
<version>2015.07.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.crypteron/cipherdb/
implementation 'com.crypteron:cipherdb:2015.07.0.0'
// https://jarcasting.com/artifacts/com.crypteron/cipherdb/
implementation ("com.crypteron:cipherdb:2015.07.0.0")
'com.crypteron:cipherdb:pom:2015.07.0.0'
<dependency org="com.crypteron" name="cipherdb" rev="2015.07.0.0">
<artifact name="cipherdb" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.crypteron', module='cipherdb', version='2015.07.0.0')
)
libraryDependencies += "com.crypteron" % "cipherdb" % "2015.07.0.0"
[com.crypteron/cipherdb "2015.07.0.0"]