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