| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.basilapi |
| Идентификатор | Идентификаторrest |
| Версия | Версия0.8.0 |
| Тип | Типjar |
| Описание |
ОписаниеBASIL :: REST
Tool for Building web Apis SImpLy on top of sparql endpoints
|
| Имя Файла | Размер |
|---|---|
| rest-0.8.0.pom | |
| rest-0.8.0.jar | 52 KB |
| rest-0.8.0-sources.jar | 32 KB |
| rest-0.8.0-javadoc.jar | 129 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.basilapi/rest/ -->
<dependency>
<groupId>io.github.basilapi</groupId>
<artifactId>rest</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.basilapi/rest/
implementation 'io.github.basilapi:rest:0.8.0'
// https://jarcasting.com/artifacts/io.github.basilapi/rest/
implementation ("io.github.basilapi:rest:0.8.0")
'io.github.basilapi:rest:jar:0.8.0'
<dependency org="io.github.basilapi" name="rest" rev="0.8.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.basilapi', module='rest', version='0.8.0')
)
libraryDependencies += "io.github.basilapi" % "rest" % "0.8.0"
[io.github.basilapi/rest "0.8.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| io.github.basilapi : core | jar | 0.8.0 |
| io.github.basilapi : store | jar | 0.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |