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