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