License |
License |
---|---|
Categories |
CategoriesKotlin Languages CLI User Interface |
GroupId | GroupIdorg.dxworks.utils |
ArtifactId | ArtifactIdkotlin-rest-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionKotlin Rest Client
A starter library for building Rest API clients built on top of the Google Java Http Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-rest-client-1.0.0.pom | |
kotlin-rest-client-1.0.0.jar | 25 KB |
kotlin-rest-client-1.0.0-sources.jar | 9 KB |
kotlin-rest-client-1.0.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/ -->
<dependency>
<groupId>org.dxworks.utils</groupId>
<artifactId>kotlin-rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/
implementation 'org.dxworks.utils:kotlin-rest-client:1.0.0'
// https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/
implementation ("org.dxworks.utils:kotlin-rest-client:1.0.0")
'org.dxworks.utils:kotlin-rest-client:jar:1.0.0'
<dependency org="org.dxworks.utils" name="kotlin-rest-client" rev="1.0.0">
<artifact name="kotlin-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dxworks.utils', module='kotlin-rest-client', version='1.0.0')
)
libraryDependencies += "org.dxworks.utils" % "kotlin-rest-client" % "1.0.0"
[org.dxworks.utils/kotlin-rest-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.http-client : google-http-client | jar | 1.39.1 |
com.google.http-client : google-http-client-apache-v2 | jar | 1.39.1 |
com.google.http-client : google-http-client-jackson2 | jar | 1.39.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.4.31 |