MVN

com.jeesuite : jeesuite-filesystem

Maven & Gradle

Dec 12, 2020
1 usages
670 stars

文件系统客户端,支持七牛、fastdfs,阿里云oss

<dependency>
    <groupId>com.jeesuite</groupId>
    <artifactId>jeesuite-filesystem</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jeesuite : jeesuite-filesystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of com.jeesuite : jeesuite-filesystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jeesuite-filesystem-1.3.6
jeesuite-filesystem-1.3.3
jeesuite-filesystem-1.3.2
jeesuite-filesystem-1.3.1
jeesuite-filesystem-1.3.0
1.2.x
jeesuite-filesystem-1.2.0
1.1.x
jeesuite-filesystem-1.1.8
jeesuite-filesystem-1.1.7
jeesuite-filesystem-1.1.5
jeesuite-filesystem-1.1.4
jeesuite-filesystem-1.1.0
1.0.x
jeesuite-filesystem-1.0.0

How to add a dependency to Maven

Add the following com.jeesuite : jeesuite-filesystem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jeesuite</groupId>
    <artifactId>jeesuite-filesystem</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jeesuite : jeesuite-filesystem gradle dependency to your build.gradle file:

implementation 'com.jeesuite:jeesuite-filesystem:1.3.6'

Gradle Kotlin DSL: Add the following com.jeesuite : jeesuite-filesystem gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jeesuite:jeesuite-filesystem:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jeesuite : jeesuite-filesystem sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jeesuite" % "jeesuite-filesystem" % "1.3.6"

Advertisement