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