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