MVN

tech.iooo.coco : vertx-fastdfs-client

Maven & Gradle

Aug 02, 2018
1 usages
1 stars

vertx-fastdfs-client · The Vert.x FastDFS client provides an asynchronous API to interact with a FastDFS server.

<dependency>
    <groupId>tech.iooo.coco</groupId>
    <artifactId>vertx-fastdfs-client</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.iooo.coco : vertx-fastdfs-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.RELEASE

All Versions

Choose a version of tech.iooo.coco : vertx-fastdfs-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vertx-fastdfs-client-1.0.2.RELEASE
vertx-fastdfs-client-1.0.1.RELEASE
vertx-fastdfs-client-1.0.0.RELEASE

How to add a dependency to Maven

Add the following tech.iooo.coco : vertx-fastdfs-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.iooo.coco</groupId>
    <artifactId>vertx-fastdfs-client</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.iooo.coco : vertx-fastdfs-client gradle dependency to your build.gradle file:

implementation 'tech.iooo.coco:vertx-fastdfs-client:1.0.2.RELEASE'

Gradle Kotlin DSL: Add the following tech.iooo.coco : vertx-fastdfs-client gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.iooo.coco:vertx-fastdfs-client:1.0.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.iooo.coco : vertx-fastdfs-client sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.iooo.coco" % "vertx-fastdfs-client" % "1.0.2.RELEASE"