GroupId | GroupIdcom.gregmarut.resty |
---|---|
ArtifactId | ArtifactIdresty |
Version | Version1.4.4 |
Type | Typepom |
Filename | Size |
---|---|
resty-1.4.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation 'com.gregmarut.resty:resty:1.4.4'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation ("com.gregmarut.resty:resty:1.4.4")
'com.gregmarut.resty:resty:pom:1.4.4'
<dependency org="com.gregmarut.resty" name="resty" rev="1.4.4">
<artifact name="resty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty', version='1.4.4')
)
libraryDependencies += "com.gregmarut.resty" % "resty" % "1.4.4"
[com.gregmarut.resty/resty "1.4.4"]