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