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