GroupId | GroupIdcom.kloudtek.kryptotek |
---|---|
ArtifactId | ArtifactIdkryptotek-core |
Version | Version1.0.14 |
Type | Typejar |
Filename | Size |
---|---|
kryptotek-core-1.0.14.pom | |
kryptotek-core-1.0.14.jar | 83 KB |
kryptotek-core-1.0.14-sources.jar | 50 KB |
kryptotek-core-1.0.14-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-core/ -->
<dependency>
<groupId>com.kloudtek.kryptotek</groupId>
<artifactId>kryptotek-core</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-core/
implementation 'com.kloudtek.kryptotek:kryptotek-core:1.0.14'
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-core/
implementation ("com.kloudtek.kryptotek:kryptotek-core:1.0.14")
'com.kloudtek.kryptotek:kryptotek-core:jar:1.0.14'
<dependency org="com.kloudtek.kryptotek" name="kryptotek-core" rev="1.0.14">
<artifact name="kryptotek-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.kryptotek', module='kryptotek-core', version='1.0.14')
)
libraryDependencies += "com.kloudtek.kryptotek" % "kryptotek-core" % "1.0.14"
[com.kloudtek.kryptotek/kryptotek-core "1.0.14"]