GroupId | GroupIdcom.kloudtek.ktutils |
---|---|
ArtifactId | ArtifactIdktutils-http |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
ktutils-http-1.3.4.pom | |
ktutils-http-1.3.4.jar | 4 KB |
ktutils-http-1.3.4-sources.jar | 2 KB |
ktutils-http-1.3.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-http/ -->
<dependency>
<groupId>com.kloudtek.ktutils</groupId>
<artifactId>ktutils-http</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-http/
implementation 'com.kloudtek.ktutils:ktutils-http:1.3.4'
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-http/
implementation ("com.kloudtek.ktutils:ktutils-http:1.3.4")
'com.kloudtek.ktutils:ktutils-http:jar:1.3.4'
<dependency org="com.kloudtek.ktutils" name="ktutils-http" rev="1.3.4">
<artifact name="ktutils-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.ktutils', module='ktutils-http', version='1.3.4')
)
libraryDependencies += "com.kloudtek.ktutils" % "ktutils-http" % "1.3.4"
[com.kloudtek.ktutils/ktutils-http "1.3.4"]