Last Version

mini-rest-client 1.0.5

A Kotlin Mimimal REST client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

mini-rest-client
Version

Version

1.0.5
Type

Type

jar
Description

Description

mini-rest-client
A Kotlin Mimimal REST client
Project URL

Project URL

https://github.com/barakb/mini-rest-client
Source Code Management

Source Code Management

https://github.com/barakb/mini-rest-client

Download mini-rest-client 1.0.5


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

Dependencies

runtime (7)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.4.1
org.apache.httpcomponents.client5 : httpclient5 jar 5.0.1
com.google.code.gson : gson jar 2.8.6
org.slf4j : slf4j-api jar 1.7.30
io.github.microutils : kotlin-logging jar 1.8.3
org.jetbrains.kotlin : kotlin-reflect jar 1.4.20
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20

Project Modules

There are no modules declared in this project.