GroupId | GroupIdcom.gregmarut.resty |
---|---|
ArtifactId | ArtifactIdresty |
Version | Version1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
resty-1.1-RELEASE.pom | |
resty-1.1-RELEASE.jar | 70 KB |
resty-1.1-RELEASE-sources.jar | 33 KB |
resty-1.1-RELEASE-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty</artifactId>
<version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation 'com.gregmarut.resty:resty:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation ("com.gregmarut.resty:resty:1.1-RELEASE")
'com.gregmarut.resty:resty:jar:1.1-RELEASE'
<dependency org="com.gregmarut.resty" name="resty" rev="1.1-RELEASE">
<artifact name="resty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty', version='1.1-RELEASE')
)
libraryDependencies += "com.gregmarut.resty" % "resty" % "1.1-RELEASE"
[com.gregmarut.resty/resty "1.1-RELEASE"]