Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdmoe.icyr |
ArtifactId | ArtifactIdfilesystem-spring-boot-ftp |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot-ftp/ -->
<dependency>
<groupId>moe.icyr</groupId>
<artifactId>filesystem-spring-boot-ftp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot-ftp/
implementation 'moe.icyr:filesystem-spring-boot-ftp:1.0'
// https://jarcasting.com/artifacts/moe.icyr/filesystem-spring-boot-ftp/
implementation ("moe.icyr:filesystem-spring-boot-ftp:1.0")
'moe.icyr:filesystem-spring-boot-ftp:jar:1.0'
<dependency org="moe.icyr" name="filesystem-spring-boot-ftp" rev="1.0">
<artifact name="filesystem-spring-boot-ftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='moe.icyr', module='filesystem-spring-boot-ftp', version='1.0')
)
libraryDependencies += "moe.icyr" % "filesystem-spring-boot-ftp" % "1.0"
[moe.icyr/filesystem-spring-boot-ftp "1.0"]