| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаio.github.thiagolvlsantos |
| Идентификатор | Идентификаторrest-storage |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеrest-storage
A generic endpoint for storage in Spring Boot.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-storage-0.0.1.pom | |
| rest-storage-0.0.1.jar | 58 KB |
| rest-storage-0.0.1-sources.jar | 31 KB |
| rest-storage-0.0.1-javadoc.jar | 677 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/ -->
<dependency>
<groupId>io.github.thiagolvlsantos</groupId>
<artifactId>rest-storage</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/
implementation 'io.github.thiagolvlsantos:rest-storage:0.0.1'
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/rest-storage/
implementation ("io.github.thiagolvlsantos:rest-storage:0.0.1")
'io.github.thiagolvlsantos:rest-storage:jar:0.0.1'
<dependency org="io.github.thiagolvlsantos" name="rest-storage" rev="0.0.1">
<artifact name="rest-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thiagolvlsantos', module='rest-storage', version='0.0.1')
)
libraryDependencies += "io.github.thiagolvlsantos" % "rest-storage" % "0.0.1"
[io.github.thiagolvlsantos/rest-storage "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |
| org.projectlombok : lombok Необязательный | jar | 1.18.20 |
| org.springdoc : springdoc-openapi-ui | jar | 1.5.10 |
| ma.glasnost.orika : orika-core | jar | 1.5.4 |
| io.github.thiagolvlsantos : git-transactions | jar | 0.0.4 |
| io.github.thiagolvlsantos : file-storage | jar | 0.0.4 |
| io.github.thiagolvlsantos : json-predicate | jar | 0.0.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |