MVN

com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure

Maven & Gradle

Jun 25, 2020
3 usages
<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-springjdbc-spring-boot-autoconfigure</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
sqlhelper-springjdbc-spring-boot-autoconfigure-3.1.1
sqlhelper-springjdbc-spring-boot-autoconfigure-3.1.0
3.0.x
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.5
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.4
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.3
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.2
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.1
sqlhelper-springjdbc-spring-boot-autoconfigure-3.0.0
2.4.x
sqlhelper-springjdbc-spring-boot-autoconfigure-2.4.1
sqlhelper-springjdbc-spring-boot-autoconfigure-2.4.0
2.3.x
sqlhelper-springjdbc-spring-boot-autoconfigure-2.3.1
sqlhelper-springjdbc-spring-boot-autoconfigure-2.3.0
2.2.x
sqlhelper-springjdbc-spring-boot-autoconfigure-2.2.0
2.1.x
sqlhelper-springjdbc-spring-boot-autoconfigure-2.1.2
sqlhelper-springjdbc-spring-boot-autoconfigure-2.1.1
sqlhelper-springjdbc-spring-boot-autoconfigure-2.1.0
2.0.x
sqlhelper-springjdbc-spring-boot-autoconfigure-2.0.7
sqlhelper-springjdbc-spring-boot-autoconfigure-2.0.6
sqlhelper-springjdbc-spring-boot-autoconfigure-2.0.4
sqlhelper-springjdbc-spring-boot-autoconfigure-2.0.3
sqlhelper-springjdbc-spring-boot-autoconfigure-2.0.2

How to add a dependency to Maven

Add the following com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-springjdbc-spring-boot-autoconfigure</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-autoconfigure:3.1.1'

Gradle Kotlin DSL: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-autoconfigure:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fangjinuo.sqlhelper : sqlhelper-springjdbc-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-springjdbc-spring-boot-autoconfigure" % "3.1.1"