AgRest (ex LinkRest) integration module for Bootique. See usage example bootique-agrest-demo.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииBootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.bootique.linkrest |
| Идентификатор | Идентификаторbootique-linkrest |
| Последняя версия | Последняя версия0.25 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbootique-linkrest: LinkRest Integration with Bootique
Provides LinkRest integration with Bootique
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bootique-linkrest-0.25.pom | |
| bootique-linkrest-0.25.jar | 5 KB |
| bootique-linkrest-0.25-sources.jar | 4 KB |
| bootique-linkrest-0.25-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.linkrest/bootique-linkrest/ -->
<dependency>
<groupId>io.bootique.linkrest</groupId>
<artifactId>bootique-linkrest</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.linkrest/bootique-linkrest/
implementation 'io.bootique.linkrest:bootique-linkrest:0.25'
// https://jarcasting.com/artifacts/io.bootique.linkrest/bootique-linkrest/
implementation ("io.bootique.linkrest:bootique-linkrest:0.25")
'io.bootique.linkrest:bootique-linkrest:jar:0.25'
<dependency org="io.bootique.linkrest" name="bootique-linkrest" rev="0.25">
<artifact name="bootique-linkrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.linkrest', module='bootique-linkrest', version='0.25')
)
libraryDependencies += "io.bootique.linkrest" % "bootique-linkrest" % "0.25"
[io.bootique.linkrest/bootique-linkrest "0.25"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.bootique : bootique | jar | 0.25 |
| io.bootique.cayenne : bootique-cayenne | jar | 0.25 |
| io.bootique.jersey : bootique-jersey | jar | 0.25 |
| com.nhl.link.rest : link-rest | jar | 2.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.15.0 |
| io.bootique : bootique-test | jar | 0.25 |
| io.bootique.jdbc : bootique-jdbc-tomcat | jar | 0.25 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| org.apache.derby : derby | jar | 10.12.1.1 |
AgRest (ex LinkRest) integration module for Bootique. See usage example bootique-agrest-demo.