MVN

cn.featherfly : featherfly-db

Maven & Gradle

Dec 03, 2019
5 usages
0 stars

featherfly-db · featherfly-db

<dependency>
    <groupId>cn.featherfly</groupId>
    <artifactId>featherfly-db</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.featherfly : featherfly-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of cn.featherfly : featherfly-db to add to Maven or Gradle - All Versions:

  • Version Updated
  • featherfly-db-1.5.6

    Dec 03, 2019
  • featherfly-db-1.5.5

    Dec 03, 2019
  • featherfly-db-1.5.4

    Sep 09, 2019
  • featherfly-db-1.5.3

    Aug 16, 2019
  • featherfly-db-1.5.2

    Aug 15, 2019
  • featherfly-db-1.5.1

    Aug 13, 2019
  • featherfly-db-1.5.0

    Jul 31, 2019
  • featherfly-db-1.4.9

    Aug 26, 2015
  • featherfly-db-1.4.8

    Jun 17, 2015

How to add a dependency to Maven

Add the following cn.featherfly : featherfly-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.featherfly</groupId>
    <artifactId>featherfly-db</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.featherfly : featherfly-db gradle dependency to your build.gradle file:

implementation 'cn.featherfly:featherfly-db:1.5.6'

Gradle Kotlin DSL: Add the following cn.featherfly : featherfly-db gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.featherfly:featherfly-db:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.featherfly : featherfly-db sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.featherfly" % "featherfly-db" % "1.5.6"