Categories |
CategoriesJava Languages CLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-jersey-http-client |
Version | Version1.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-jersey-http-client</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/
implementation 'com.github.ljtfreitas:java-restify-jersey-http-client:1.6.2'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-jersey-http-client/
implementation ("com.github.ljtfreitas:java-restify-jersey-http-client:1.6.2")
'com.github.ljtfreitas:java-restify-jersey-http-client:jar:1.6.2'
<dependency org="com.github.ljtfreitas" name="java-restify-jersey-http-client" rev="1.6.2">
<artifact name="java-restify-jersey-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-jersey-http-client', version='1.6.2')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-jersey-http-client" % "1.6.2"
[com.github.ljtfreitas/java-restify-jersey-http-client "1.6.2"]