| License | License | 
|---|---|
| Categories | CategoriesJava Languages CLI User Interface Native Development Tools | 
| GroupId | GroupIdcom.despegar | 
| ArtifactId | ArtifactIdhttp-java-native-client | 
| Last Version | Last Version1.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp-java-native-client HTTP Java client without dependencies | 
<!-- https://jarcasting.com/artifacts/com.despegar/http-java-native-client/ -->
<dependency>
    <groupId>com.despegar</groupId>
    <artifactId>http-java-native-client</artifactId>
    <version>1.0.4</version>
</dependency>// https://jarcasting.com/artifacts/com.despegar/http-java-native-client/
implementation 'com.despegar:http-java-native-client:1.0.4'// https://jarcasting.com/artifacts/com.despegar/http-java-native-client/
implementation ("com.despegar:http-java-native-client:1.0.4")'com.despegar:http-java-native-client:jar:1.0.4'<dependency org="com.despegar" name="http-java-native-client" rev="1.0.4">
  <artifact name="http-java-native-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.despegar', module='http-java-native-client', version='1.0.4')
)libraryDependencies += "com.despegar" % "http-java-native-client" % "1.0.4"[com.despegar/http-java-native-client "1.0.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.slf4j : slf4j-simple | jar | 1.7.21 | 
| org.nanohttpd : nanohttpd | jar | 2.3.0 |