spring-boot-minio-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.photowey</groupId> <artifactId>spring-boot-minio-core</artifactId> <version>1.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.photowey</groupId> <artifactId>spring-boot-minio</artifactId> <version>1.1.1</version> </parent> <groupId>io.github.photowey</groupId> <artifactId>spring-boot-minio-core</artifactId> <version>1.1.1</version> <description>An extender of MinIO (the "MinIO") for Spring Boot. Supports two modes: MinioTemplate(SyncMinioTemplate) and AsyncMinioTemplate.</description> <url>https://github.com/photowey/spring-boot-minio/spring-boot-minio-core</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>photowey</name> <email>photowey@gmail.com</email> <organization>io.github.photowey</organization> <organizationUrl>https://photowey.github.io</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:photowey/spring-boot-minio.git/spring-boot-minio-core</connection> <developerConnection>scm:git:git@github.com:photowey/spring-boot-minio.git/spring-boot-minio-core</developerConnection> <url>https://github.com/photowey/spring-boot-minio/spring-boot-minio-core</url> </scm> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.34</version> <scope>compile</scope> <optional>false</optional> </dependency> </dependencies> </project>