GroupId | GroupIdcom.thegoate |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version0.15.8.202102182224 |
Type | Typejar |
Filename | Size |
---|---|
rest-0.15.8.202102182224.pom | |
rest-0.15.8.202102182224.jar | 24 KB |
rest-0.15.8.202102182224-sources.jar | 22 KB |
rest-0.15.8.202102182224-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thegoate/rest/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>rest</artifactId>
<version>0.15.8.202102182224</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/rest/
implementation 'com.thegoate:rest:0.15.8.202102182224'
// https://jarcasting.com/artifacts/com.thegoate/rest/
implementation ("com.thegoate:rest:0.15.8.202102182224")
'com.thegoate:rest:jar:0.15.8.202102182224'
<dependency org="com.thegoate" name="rest" rev="0.15.8.202102182224">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='rest', version='0.15.8.202102182224')
)
libraryDependencies += "com.thegoate" % "rest" % "0.15.8.202102182224"
[com.thegoate/rest "0.15.8.202102182224"]