is not current version
Last Version 1.1

moe.icyr:filesystem-spring-boot 1.0

A springboot starter for filesystem utils, or use client via manually property object without springboot.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

moe.icyr
ArtifactId

ArtifactId

filesystem-spring-boot
Version

Version

1.0
Type

Type

pom

Download filesystem-spring-boot 1.0


<!-- https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/ -->
<dependency>
    <groupId>moe.icyr</groupId>
    <artifactId>filesystem-spring-boot</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/
implementation 'moe.icyr:filesystem-spring-boot:1.0'
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot/
implementation ("moe.icyr:filesystem-spring-boot:1.0")
'moe.icyr:filesystem-spring-boot:pom:1.0'
<dependency org="moe.icyr" name="filesystem-spring-boot" rev="1.0">
  <artifact name="filesystem-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='moe.icyr', module='filesystem-spring-boot', version='1.0')
)
libraryDependencies += "moe.icyr" % "filesystem-spring-boot" % "1.0"
[moe.icyr/filesystem-spring-boot "1.0"]