| Categories |
CategoriesJava Languages CLI User Interface Native Development Tools |
|---|---|
| GroupId | GroupIdcom.despegar |
| ArtifactId | ArtifactIdhttp-java-native-client |
| Version | Version1.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.despegar/http-java-native-client/ -->
<dependency>
<groupId>com.despegar</groupId>
<artifactId>http-java-native-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.despegar/http-java-native-client/
implementation 'com.despegar:http-java-native-client:1.0.2'
// https://jarcasting.com/artifacts/com.despegar/http-java-native-client/
implementation ("com.despegar:http-java-native-client:1.0.2")
'com.despegar:http-java-native-client:jar:1.0.2'
<dependency org="com.despegar" name="http-java-native-client" rev="1.0.2">
<artifact name="http-java-native-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.despegar', module='http-java-native-client', version='1.0.2')
)
libraryDependencies += "com.despegar" % "http-java-native-client" % "1.0.2"
[com.despegar/http-java-native-client "1.0.2"]