| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdmoe.icyr |
| ArtifactId | ArtifactIdfilesystem-spring-boot |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFilesystem Utils
A springboot starter for filesystem utils, or use client via manually property object without springboot.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| filesystem-spring-boot-1.1.pom | 7 KB |
| Browse |
<!-- 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"]