| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Git Инструменты разработки Контроль версий |
| Группа | Группаio.github.thiagolvlsantos |
| Идентификатор | Идентификаторgit-storage |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
Описаниеgit-storage
A file system object storage in Spring Boot.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| git-storage-0.0.1.pom | |
| git-storage-0.0.1.jar | 30 KB |
| git-storage-0.0.1-sources.jar | 18 KB |
| git-storage-0.0.1-javadoc.jar | 492 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/ -->
<dependency>
<groupId>io.github.thiagolvlsantos</groupId>
<artifactId>git-storage</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/
implementation 'io.github.thiagolvlsantos:git-storage:0.0.1'
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-storage/
implementation ("io.github.thiagolvlsantos:git-storage:0.0.1")
'io.github.thiagolvlsantos:git-storage:jar:0.0.1'
<dependency org="io.github.thiagolvlsantos" name="git-storage" rev="0.0.1">
<artifact name="git-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thiagolvlsantos', module='git-storage', version='0.0.1')
)
libraryDependencies += "io.github.thiagolvlsantos" % "git-storage" % "0.0.1"
[io.github.thiagolvlsantos/git-storage "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.4.5 |
| org.springframework.boot : spring-boot-starter-json | jar | 2.4.5 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.4.5 |
| org.projectlombok : lombok Необязательный | jar | 1.18.20 |
| io.github.thiagolvlsantos : git-commons | jar | 1.0.29 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |