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