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