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