| GroupId | GroupIdcom.kloudtek.kryptotek |
|---|---|
| ArtifactId | ArtifactIdkryptotek-oss |
| Version | Version1.0.22 |
| Type | Typepom |
| Filename | Size |
|---|---|
| kryptotek-oss-1.0.22.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-oss/ -->
<dependency>
<groupId>com.kloudtek.kryptotek</groupId>
<artifactId>kryptotek-oss</artifactId>
<version>1.0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-oss/
implementation 'com.kloudtek.kryptotek:kryptotek-oss:1.0.22'
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-oss/
implementation ("com.kloudtek.kryptotek:kryptotek-oss:1.0.22")
'com.kloudtek.kryptotek:kryptotek-oss:pom:1.0.22'
<dependency org="com.kloudtek.kryptotek" name="kryptotek-oss" rev="1.0.22">
<artifact name="kryptotek-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.kryptotek', module='kryptotek-oss', version='1.0.22')
)
libraryDependencies += "com.kloudtek.kryptotek" % "kryptotek-oss" % "1.0.22"
[com.kloudtek.kryptotek/kryptotek-oss "1.0.22"]