| GroupId | GroupIdcom.wgtwo.api |
|---|---|
| ArtifactId | ArtifactIdrest |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
Descriptioncom.wgtwo.api.rest
|
| Filename | Size |
|---|---|
| rest-0.0.2.pom | |
| rest-0.0.2.jar | 146 KB |
| rest-0.0.2-sources.jar | 76 KB |
| rest-0.0.2-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wgtwo.api/rest/ -->
<dependency>
<groupId>com.wgtwo.api</groupId>
<artifactId>rest</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgtwo.api/rest/
implementation 'com.wgtwo.api:rest:0.0.2'
// https://jarcasting.com/artifacts/com.wgtwo.api/rest/
implementation ("com.wgtwo.api:rest:0.0.2")
'com.wgtwo.api:rest:jar:0.0.2'
<dependency org="com.wgtwo.api" name="rest" rev="0.0.2">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgtwo.api', module='rest', version='0.0.2')
)
libraryDependencies += "com.wgtwo.api" % "rest" % "0.0.2"
[com.wgtwo.api/rest "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
| com.squareup.okhttp3 : logging-interceptor | jar | 4.9.1 |
| org.apache.oltu.oauth2 : org.apache.oltu.oauth2.client | jar | 1.0.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.code.gson : gson | jar | 2.8.6 |
| org.openapitools : openapi-generator | jar | 5.1.1 |
| io.gsonfire : gson-fire | jar | 1.8.3 |
| javax.annotation : javax.annotation-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |