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