MVN

io.edurt.datacap : datacap-fs-qiniu

Maven & Gradle

Mar 01, 2024

DataCap - File system for qiniu

<dependency>
    <groupId>io.edurt.datacap</groupId>
    <artifactId>datacap-fs-qiniu</artifactId>
    <version>2024.02.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.edurt.datacap : datacap-fs-qiniu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2024.02.1

All Versions

Choose a version of io.edurt.datacap : datacap-fs-qiniu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2024.02.x
datacap-fs-qiniu-2024.02.1

How to add a dependency to Maven

Add the following io.edurt.datacap : datacap-fs-qiniu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.edurt.datacap</groupId>
    <artifactId>datacap-fs-qiniu</artifactId>
    <version>2024.02.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.edurt.datacap : datacap-fs-qiniu gradle dependency to your build.gradle file:

implementation 'io.edurt.datacap:datacap-fs-qiniu:2024.02.1'

Gradle Kotlin DSL: Add the following io.edurt.datacap : datacap-fs-qiniu gradle kotlin dependency to your build.gradle.kts file:

implementation("io.edurt.datacap:datacap-fs-qiniu:2024.02.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.edurt.datacap : datacap-fs-qiniu sbt scala dependency to your build.sbt file:

libraryDependencies += "io.edurt.datacap" % "datacap-fs-qiniu" % "2024.02.1"