MVN

com.github.nfwork : dbfound-spring-boot-starter

Maven & Gradle

Aug 18, 2023
33 stars

dbfound spring boot starter · dbfound spring boot starter

<dependency>
    <groupId>com.github.nfwork</groupId>
    <artifactId>dbfound-spring-boot-starter</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nfwork : dbfound-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.6

All Versions

Choose a version of com.github.nfwork : dbfound-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dbfound-spring-boot-starter-4.0.6
dbfound-spring-boot-starter-4.0.5
dbfound-spring-boot-starter-4.0.4
dbfound-spring-boot-starter-4.0.3
dbfound-spring-boot-starter-4.0.2
dbfound-spring-boot-starter-4.0.1
dbfound-spring-boot-starter-4.0.0
3.3.x
dbfound-spring-boot-starter-3.3.10
dbfound-spring-boot-starter-3.3.9
dbfound-spring-boot-starter-3.3.8
dbfound-spring-boot-starter-3.3.7
dbfound-spring-boot-starter-3.3.6
dbfound-spring-boot-starter-3.3.5
dbfound-spring-boot-starter-3.3.4
dbfound-spring-boot-starter-3.3.3
dbfound-spring-boot-starter-3.3.2
dbfound-spring-boot-starter-3.3.1
dbfound-spring-boot-starter-3.3.0
3.2.x
dbfound-spring-boot-starter-3.2.4
dbfound-spring-boot-starter-3.2.3
dbfound-spring-boot-starter-3.2.2
dbfound-spring-boot-starter-3.2.1
dbfound-spring-boot-starter-3.2.0
3.1.x
dbfound-spring-boot-starter-3.1.3
dbfound-spring-boot-starter-3.1.2
dbfound-spring-boot-starter-3.1.1
dbfound-spring-boot-starter-3.1.0
3.0.x
dbfound-spring-boot-starter-3.0.5
dbfound-spring-boot-starter-3.0.3
dbfound-spring-boot-starter-3.0.2
dbfound-spring-boot-starter-3.0.1
2.3.x
dbfound-spring-boot-starter-2.3.3
dbfound-spring-boot-starter-2.3.2
dbfound-spring-boot-starter-2.3.1
dbfound-spring-boot-starter-2.3.0
2.2.x
dbfound-spring-boot-starter-2.2.9
dbfound-spring-boot-starter-2.2.8
dbfound-spring-boot-starter-2.2.7
dbfound-spring-boot-starter-2.2.6
dbfound-spring-boot-starter-2.2.5
dbfound-spring-boot-starter-2.2.4
dbfound-spring-boot-starter-2.2.3
dbfound-spring-boot-starter-2.2.2
dbfound-spring-boot-starter-2.2.1
dbfound-spring-boot-starter-2.2.0
2.1.x
dbfound-spring-boot-starter-2.1.9
dbfound-spring-boot-starter-2.1.8
dbfound-spring-boot-starter-2.1.7
dbfound-spring-boot-starter-2.1.6
dbfound-spring-boot-starter-2.1.5
dbfound-spring-boot-starter-2.1.4
dbfound-spring-boot-starter-2.1.3
dbfound-spring-boot-starter-2.1.2
dbfound-spring-boot-starter-2.1.1
dbfound-spring-boot-starter-2.1.0
2.0.x
dbfound-spring-boot-starter-2.0.9
dbfound-spring-boot-starter-2.0.8
dbfound-spring-boot-starter-2.0.7
dbfound-spring-boot-starter-2.0.6
dbfound-spring-boot-starter-2.0.5
dbfound-spring-boot-starter-2.0.4
dbfound-spring-boot-starter-2.0.3
dbfound-spring-boot-starter-2.0.2
dbfound-spring-boot-starter-2.0.1

How to add a dependency to Maven

Add the following com.github.nfwork : dbfound-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nfwork</groupId>
    <artifactId>dbfound-spring-boot-starter</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nfwork : dbfound-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.nfwork:dbfound-spring-boot-starter:4.0.6'

Gradle Kotlin DSL: Add the following com.github.nfwork : dbfound-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nfwork:dbfound-spring-boot-starter:4.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nfwork : dbfound-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nfwork" % "dbfound-spring-boot-starter" % "4.0.6"

Advertisement