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