is not current version
Last Version 1.5.0

com.gregmarut.resty:resty-core 1.4.4


GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

resty-core
Version

Version

1.4.4
Type

Type

jar

Download resty-core 1.4.4


<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/ -->
<dependency>
    <groupId>com.gregmarut.resty</groupId>
    <artifactId>resty-core</artifactId>
    <version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation 'com.gregmarut.resty:resty-core:1.4.4'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation ("com.gregmarut.resty:resty-core:1.4.4")
'com.gregmarut.resty:resty-core:jar:1.4.4'
<dependency org="com.gregmarut.resty" name="resty-core" rev="1.4.4">
  <artifact name="resty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-core', version='1.4.4')
)
libraryDependencies += "com.gregmarut.resty" % "resty-core" % "1.4.4"
[com.gregmarut.resty/resty-core "1.4.4"]