| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.samsamann |
| Идентификатор | Идентификаторrest-backend |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSimple Rest Backend
Small rest backend library that use wildfly-swarm and crnk
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-backend-0.1.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/ -->
<dependency>
<groupId>org.bitbucket.samsamann</groupId>
<artifactId>rest-backend</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/
implementation 'org.bitbucket.samsamann:rest-backend:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/
implementation ("org.bitbucket.samsamann:rest-backend:0.1.0")
'org.bitbucket.samsamann:rest-backend:pom:0.1.0'
<dependency org="org.bitbucket.samsamann" name="rest-backend" rev="0.1.0">
<artifact name="rest-backend" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.samsamann', module='rest-backend', version='0.1.0')
)
libraryDependencies += "org.bitbucket.samsamann" % "rest-backend" % "0.1.0"
[org.bitbucket.samsamann/rest-backend "0.1.0"]