| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаmoe.icyr |
| Идентификатор | Идентификаторfilesystem-spring-boot |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFilesystem Utils
A springboot starter for filesystem utils, or use client via manually property object without springboot.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| filesystem-spring-boot-1.1.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/ -->
<dependency>
<groupId>moe.icyr</groupId>
<artifactId>filesystem-spring-boot</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/
implementation 'moe.icyr:filesystem-spring-boot:1.1'
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/
implementation ("moe.icyr:filesystem-spring-boot:1.1")
'moe.icyr:filesystem-spring-boot:pom:1.1'
<dependency org="moe.icyr" name="filesystem-spring-boot" rev="1.1">
<artifact name="filesystem-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='moe.icyr', module='filesystem-spring-boot', version='1.1')
)
libraryDependencies += "moe.icyr" % "filesystem-spring-boot" % "1.1"
[moe.icyr/filesystem-spring-boot "1.1"]