Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-web-client |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
resthub-web-client-2.1.6.pom | |
resthub-web-client-2.1.6.jar | 22 KB |
resthub-web-client-2.1.6-sources.jar | 11 KB |
resthub-web-client-2.1.6-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-web-client/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-web-client</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation 'org.resthub:resthub-web-client:2.1.6'
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation ("org.resthub:resthub-web-client:2.1.6")
'org.resthub:resthub-web-client:jar:2.1.6'
<dependency org="org.resthub" name="resthub-web-client" rev="2.1.6">
<artifact name="resthub-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-web-client', version='2.1.6')
)
libraryDependencies += "org.resthub" % "resthub-web-client" % "2.1.6"
[org.resthub/resthub-web-client "2.1.6"]