Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-web-client |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
resthub-web-client-2.1.2.pom | |
resthub-web-client-2.1.2.jar | 22 KB |
resthub-web-client-2.1.2-sources.jar | 11 KB |
resthub-web-client-2.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation 'org.resthub:resthub-web-client:2.1.2'
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation ("org.resthub:resthub-web-client:2.1.2")
'org.resthub:resthub-web-client:jar:2.1.2'
<dependency org="org.resthub" name="resthub-web-client" rev="2.1.2">
<artifact name="resthub-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-web-client', version='2.1.2')
)
libraryDependencies += "org.resthub" % "resthub-web-client" % "2.1.2"
[org.resthub/resthub-web-client "2.1.2"]