License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdmini-rest-client |
Version | Version1.0.5 |
Type | Typejar |
Description |
Descriptionmini-rest-client
A Kotlin Mimimal REST client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mini-rest-client-1.0.5.pom | |
mini-rest-client-1.0.5.jar | 77 KB |
mini-rest-client-1.0.5-sources.jar | 5 KB |
mini-rest-client-1.0.5-javadoc.jar | 321 KB |
Browse |
<!-- 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"]
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 |