License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdminio-spring-boot-starter |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionminio-spring-boot-starter
spring-boot starter for Minio
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/minio-spring-boot-starter/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>minio-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/minio-spring-boot-starter/
implementation 'com.github.yingzhuo:minio-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/com.github.yingzhuo/minio-spring-boot-starter/
implementation ("com.github.yingzhuo:minio-spring-boot-starter:1.1.1")
'com.github.yingzhuo:minio-spring-boot-starter:jar:1.1.1'
<dependency org="com.github.yingzhuo" name="minio-spring-boot-starter" rev="1.1.1">
<artifact name="minio-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='minio-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "com.github.yingzhuo" % "minio-spring-boot-starter" % "1.1.1"
[com.github.yingzhuo/minio-spring-boot-starter "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor | jar | 2.4.5 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
io.minio : minio | jar | 8.2.1 |
commons-io : commons-io | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 2.4.5 |
org.springframework.boot : spring-boot-starter-web | jar | 2.4.5 |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |