GroupId | GroupIdcom.crypteron |
---|---|
ArtifactId | ArtifactIdcrypteron-commons |
Version | Version2020.4.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/ -->
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>crypteron-commons</artifactId>
<version>2020.4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/
implementation 'com.crypteron:crypteron-commons:2020.4.2.0'
// https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/
implementation ("com.crypteron:crypteron-commons:2020.4.2.0")
'com.crypteron:crypteron-commons:jar:2020.4.2.0'
<dependency org="com.crypteron" name="crypteron-commons" rev="2020.4.2.0">
<artifact name="crypteron-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crypteron', module='crypteron-commons', version='2020.4.2.0')
)
libraryDependencies += "com.crypteron" % "crypteron-commons" % "2020.4.2.0"
[com.crypteron/crypteron-commons "2020.4.2.0"]