MVN

cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure

Maven & Gradle

Apr 11, 2022
0 stars

gofastdfs-spring-boot-autoconfigure · gofastdfs-spring-boot-autoconfigure

<dependency>
    <groupId>cn.com.pism.gfd</groupId>
    <artifactId>gofastdfs-spring-boot-autoconfigure</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gofastdfs-spring-boot-autoconfigure-0.0.5
gofastdfs-spring-boot-autoconfigure-0.0.4
gofastdfs-spring-boot-autoconfigure-0.0.2
gofastdfs-spring-boot-autoconfigure-0.0.1

How to add a dependency to Maven

Add the following cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.com.pism.gfd</groupId>
    <artifactId>gofastdfs-spring-boot-autoconfigure</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'cn.com.pism.gfd:gofastdfs-spring-boot-autoconfigure:0.0.5'

Gradle Kotlin DSL: Add the following cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.pism.gfd:gofastdfs-spring-boot-autoconfigure:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.pism.gfd : gofastdfs-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.pism.gfd" % "gofastdfs-spring-boot-autoconfigure" % "0.0.5"