Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.jlefebure |
ArtifactId | ArtifactIdspring-boot-starter-minio |
Version | Version1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/ -->
<dependency>
<groupId>com.jlefebure</groupId>
<artifactId>spring-boot-starter-minio</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/
implementation 'com.jlefebure:spring-boot-starter-minio:1.4'
// https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/
implementation ("com.jlefebure:spring-boot-starter-minio:1.4")
'com.jlefebure:spring-boot-starter-minio:jar:1.4'
<dependency org="com.jlefebure" name="spring-boot-starter-minio" rev="1.4">
<artifact name="spring-boot-starter-minio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jlefebure', module='spring-boot-starter-minio', version='1.4')
)
libraryDependencies += "com.jlefebure" % "spring-boot-starter-minio" % "1.4"
[com.jlefebure/spring-boot-starter-minio "1.4"]