Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gregmarut.resty |
ArtifactId | ArtifactIdresty-client |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
resty-client-1.4.0.pom | |
resty-client-1.4.0.jar | 17 KB |
resty-client-1.4.0-sources.jar | 8 KB |
resty-client-1.4.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty-client</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/
implementation 'com.gregmarut.resty:resty-client:1.4.0'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/
implementation ("com.gregmarut.resty:resty-client:1.4.0")
'com.gregmarut.resty:resty-client:jar:1.4.0'
<dependency org="com.gregmarut.resty" name="resty-client" rev="1.4.0">
<artifact name="resty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-client', version='1.4.0')
)
libraryDependencies += "com.gregmarut.resty" % "resty-client" % "1.4.0"
[com.gregmarut.resty/resty-client "1.4.0"]