is not current version
Last Version 1.2.1

com.wgtwo.api:rest 0.0.1


GroupId

GroupId

com.wgtwo.api
ArtifactId

ArtifactId

rest
Version

Version

0.0.1
Type

Type

jar

Download rest 0.0.1


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