MVN

com.github.snake19870227 : star-tiger-framework-oss-minio

Maven & Gradle

Jan 01, 2022
4 usages

StarTigerFrameworkOssMinio · Star Tiger 脚手架项目 OSS服务 Minio 模块

<dependency>
    <groupId>com.github.snake19870227</groupId>
    <artifactId>star-tiger-framework-oss-minio</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.snake19870227 : star-tiger-framework-oss-minio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.github.snake19870227 : star-tiger-framework-oss-minio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
star-tiger-framework-oss-minio-0.9.1
0.8.x
star-tiger-framework-oss-minio-0.8.0
0.7.x
star-tiger-framework-oss-minio-0.7.0
0.6.x
star-tiger-framework-oss-minio-0.6.7
star-tiger-framework-oss-minio-0.6.6
star-tiger-framework-oss-minio-0.6.5
star-tiger-framework-oss-minio-0.6.4
star-tiger-framework-oss-minio-0.6.2
star-tiger-framework-oss-minio-0.6.1
star-tiger-framework-oss-minio-0.6.0

How to add a dependency to Maven

Add the following com.github.snake19870227 : star-tiger-framework-oss-minio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.snake19870227</groupId>
    <artifactId>star-tiger-framework-oss-minio</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.snake19870227 : star-tiger-framework-oss-minio gradle dependency to your build.gradle file:

implementation 'com.github.snake19870227:star-tiger-framework-oss-minio:0.9.1'

Gradle Kotlin DSL: Add the following com.github.snake19870227 : star-tiger-framework-oss-minio gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.snake19870227:star-tiger-framework-oss-minio:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.snake19870227 : star-tiger-framework-oss-minio sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.snake19870227" % "star-tiger-framework-oss-minio" % "0.9.1"