License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.jlefebure |
ArtifactId | ArtifactIdspring-boot-starter-minio |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Starters
|
Project URL |
Project URL |
Project Organization |
Project OrganizationJordan LEFEBURE |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jlefebure/spring-boot-starter-minio/ -->
<dependency>
<groupId>com.github.jlefebure</groupId>
<artifactId>spring-boot-starter-minio</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jlefebure/spring-boot-starter-minio/
implementation 'com.github.jlefebure:spring-boot-starter-minio:1.0'
// https://jarcasting.com/artifacts/com.github.jlefebure/spring-boot-starter-minio/
implementation ("com.github.jlefebure:spring-boot-starter-minio:1.0")
'com.github.jlefebure:spring-boot-starter-minio:jar:1.0'
<dependency org="com.github.jlefebure" name="spring-boot-starter-minio" rev="1.0">
<artifact name="spring-boot-starter-minio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jlefebure', module='spring-boot-starter-minio', version='1.0')
)
libraryDependencies += "com.github.jlefebure" % "spring-boot-starter-minio" % "1.0"
[com.github.jlefebure/spring-boot-starter-minio "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
io.minio : minio | jar | 6.0.8 |
io.micrometer : micrometer-core | jar | 1.1.5 |
org.springframework : spring-aop | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 2.1.6.RELEASE |