License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.jlefebure |
ArtifactId | ArtifactIdspring-boot-starter-minio |
Version | Version1.10 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Project Organization |
Project OrganizationJordan LEFEBURE |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/ -->
<dependency>
<groupId>com.jlefebure</groupId>
<artifactId>spring-boot-starter-minio</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/
implementation 'com.jlefebure:spring-boot-starter-minio:1.10'
// https://jarcasting.com/artifacts/com.jlefebure/spring-boot-starter-minio/
implementation ("com.jlefebure:spring-boot-starter-minio:1.10")
'com.jlefebure:spring-boot-starter-minio:jar:1.10'
<dependency org="com.jlefebure" name="spring-boot-starter-minio" rev="1.10">
<artifact name="spring-boot-starter-minio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jlefebure', module='spring-boot-starter-minio', version='1.10')
)
libraryDependencies += "com.jlefebure" % "spring-boot-starter-minio" % "1.10"
[com.jlefebure/spring-boot-starter-minio "1.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | 2.4.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.3 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.3 |
io.minio : minio | jar | 8.1.0 |
io.micrometer : micrometer-core | jar | |
org.springframework : spring-aop | jar | |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.4.3 |