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