GroupId | GroupIdcom.crypteron |
---|---|
ArtifactId | ArtifactIdcrypteron-commons |
Version | Version2017.1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
crypteron-commons-2017.1.2.0.pom | |
crypteron-commons-2017.1.2.0.jar | 21 KB |
crypteron-commons-2017.1.2.0-sources.jar | 360 bytes |
crypteron-commons-2017.1.2.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/ -->
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>crypteron-commons</artifactId>
<version>2017.1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/
implementation 'com.crypteron:crypteron-commons:2017.1.2.0'
// https://jarcasting.com/artifacts/com.crypteron/crypteron-commons/
implementation ("com.crypteron:crypteron-commons:2017.1.2.0")
'com.crypteron:crypteron-commons:jar:2017.1.2.0'
<dependency org="com.crypteron" name="crypteron-commons" rev="2017.1.2.0">
<artifact name="crypteron-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crypteron', module='crypteron-commons', version='2017.1.2.0')
)
libraryDependencies += "com.crypteron" % "crypteron-commons" % "2017.1.2.0"
[com.crypteron/crypteron-commons "2017.1.2.0"]