Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kloudtek.kryptotek |
ArtifactId | ArtifactIdkryptotek-rest-client-httpcomponents |
Version | Version1.0.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-rest-client-httpcomponents/ -->
<dependency>
<groupId>com.kloudtek.kryptotek</groupId>
<artifactId>kryptotek-rest-client-httpcomponents</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-rest-client-httpcomponents/
implementation 'com.kloudtek.kryptotek:kryptotek-rest-client-httpcomponents:1.0.14'
// https://jarcasting.com/artifacts/com.kloudtek.kryptotek/kryptotek-rest-client-httpcomponents/
implementation ("com.kloudtek.kryptotek:kryptotek-rest-client-httpcomponents:1.0.14")
'com.kloudtek.kryptotek:kryptotek-rest-client-httpcomponents:jar:1.0.14'
<dependency org="com.kloudtek.kryptotek" name="kryptotek-rest-client-httpcomponents" rev="1.0.14">
<artifact name="kryptotek-rest-client-httpcomponents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.kryptotek', module='kryptotek-rest-client-httpcomponents', version='1.0.14')
)
libraryDependencies += "com.kloudtek.kryptotek" % "kryptotek-rest-client-httpcomponents" % "1.0.14"
[com.kloudtek.kryptotek/kryptotek-rest-client-httpcomponents "1.0.14"]