License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.timeular.nytta |
ArtifactId | ArtifactIdhttp-client |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionTimeular Nytta Http Client
This is a helper module to provide a simple http client.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-4.0.0.pom | |
http-client-4.0.0.jar | 30 KB |
http-client-4.0.0-sources.jar | 8 KB |
http-client-4.0.0-javadoc.jar | 319 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.timeular.nytta/http-client/ -->
<dependency>
<groupId>com.timeular.nytta</groupId>
<artifactId>http-client</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.timeular.nytta/http-client/
implementation 'com.timeular.nytta:http-client:4.0.0'
// https://jarcasting.com/artifacts/com.timeular.nytta/http-client/
implementation ("com.timeular.nytta:http-client:4.0.0")
'com.timeular.nytta:http-client:jar:4.0.0'
<dependency org="com.timeular.nytta" name="http-client" rev="4.0.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.timeular.nytta', module='http-client', version='4.0.0')
)
libraryDependencies += "com.timeular.nytta" % "http-client" % "4.0.0"
[com.timeular.nytta/http-client "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.salomonbrys.kotson : kotson | jar | 2.5.0 |
org.springframework.retry : spring-retry Optional | jar | 1.3.1 |
com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
com.google.guava : guava | jar | 30.1-jre |
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21-2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.21-2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.21-2 |
org.springframework : spring-core | jar | 5.3.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.junit.platform : junit-platform-commons | jar | |
com.natpryce : hamkrest | jar | 1.8.0.1 |
com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.2.0 |