is not current version
Last Version 4.0.0-RC4

com.konghq:unirest-java-core 4.0.0-RC3

Simplified, lightweight HTTP client library.

Categories

Categories

Java Languages unirest-java Net HTTP Clients
GroupId

GroupId

com.konghq
ArtifactId

ArtifactId

unirest-java-core
Version

Version

4.0.0-RC3
Type

Type

jar

Download unirest-java-core 4.0.0-RC3


<!-- https://jarcasting.com/artifacts/com.konghq/unirest-java-core/ -->
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-java-core</artifactId>
    <version>4.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.konghq/unirest-java-core/
implementation 'com.konghq:unirest-java-core:4.0.0-RC3'
// https://jarcasting.com/artifacts/com.konghq/unirest-java-core/
implementation ("com.konghq:unirest-java-core:4.0.0-RC3")
'com.konghq:unirest-java-core:jar:4.0.0-RC3'
<dependency org="com.konghq" name="unirest-java-core" rev="4.0.0-RC3">
  <artifact name="unirest-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.konghq', module='unirest-java-core', version='4.0.0-RC3')
)
libraryDependencies += "com.konghq" % "unirest-java-core" % "4.0.0-RC3"
[com.konghq/unirest-java-core "4.0.0-RC3"]