| Группа | Группаcom.github.gobars |
|---|---|
| Идентификатор | Идентификаторrest |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rest-0.0.4.pom | |
| rest-0.0.4-sources.jar | 9 KB |
| rest-0.0.4-javadoc.jar | 427 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gobars/rest/ -->
<dependency>
<groupId>com.github.gobars</groupId>
<artifactId>rest</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gobars/rest/
implementation 'com.github.gobars:rest:0.0.4'
// https://jarcasting.com/artifacts/com.github.gobars/rest/
implementation ("com.github.gobars:rest:0.0.4")
'com.github.gobars:rest:jar:0.0.4'
<dependency org="com.github.gobars" name="rest" rev="0.0.4">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gobars', module='rest', version='0.0.4')
)
libraryDependencies += "com.github.gobars" % "rest" % "0.0.4"
[com.github.gobars/rest "0.0.4"]