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