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