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