Kotlin Rest Client

A starter library for building Rest API clients built on top of the Google Java Http Client

License

License

Categories

Categories

Kotlin Languages CLI User Interface
GroupId

GroupId

org.dxworks.utils
ArtifactId

ArtifactId

kotlin-rest-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Rest Client
A starter library for building Rest API clients built on top of the Google Java Http Client
Project URL

Project URL

https://dxworks.github.io
Source Code Management

Source Code Management

https://github.com/dxworks/kotlin-rest-client

Download kotlin-rest-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/ -->
<dependency>
    <groupId>org.dxworks.utils</groupId>
    <artifactId>kotlin-rest-client</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/
implementation 'org.dxworks.utils:kotlin-rest-client:1.0.1'
// https://jarcasting.com/artifacts/org.dxworks.utils/kotlin-rest-client/
implementation ("org.dxworks.utils:kotlin-rest-client:1.0.1")
'org.dxworks.utils:kotlin-rest-client:jar:1.0.1'
<dependency org="org.dxworks.utils" name="kotlin-rest-client" rev="1.0.1">
  <artifact name="kotlin-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dxworks.utils', module='kotlin-rest-client', version='1.0.1')
)
libraryDependencies += "org.dxworks.utils" % "kotlin-rest-client" % "1.0.1"
[org.dxworks.utils/kotlin-rest-client "1.0.1"]

Dependencies

compile (4)

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

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.4.31

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0