MVN

com.fuqssi.boot : fuqssi-boot-data

Maven & Gradle

Aug 28, 2017
1 usages
0 stars

fuqssi-boot-data · Provide JPA, Hibernate, Druid and mysql

<dependency>
    <groupId>com.fuqssi.boot</groupId>
    <artifactId>fuqssi-boot-data</artifactId>
    <version>1.5.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fuqssi.boot : fuqssi-boot-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6.RELEASE

All Versions

Choose a version of com.fuqssi.boot : fuqssi-boot-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
fuqssi-boot-data-1.5.6.RELEASE
fuqssi-boot-data-1.5.3.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fuqssi.boot</groupId>
    <artifactId>fuqssi-boot-data</artifactId>
    <version>1.5.6.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fuqssi.boot : fuqssi-boot-data gradle dependency to your build.gradle file:

implementation 'com.fuqssi.boot:fuqssi-boot-data:1.5.6.RELEASE'

Gradle Kotlin DSL: Add the following com.fuqssi.boot : fuqssi-boot-data gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fuqssi.boot:fuqssi-boot-data:1.5.6.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fuqssi.boot : fuqssi-boot-data sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fuqssi.boot" % "fuqssi-boot-data" % "1.5.6.RELEASE"