MVN

com.github.nfwork : dbfound

Maven & Gradle

Aug 18, 2023
1 usages
33 stars

dbfound development platform · dbfound development platform

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

Latest Version

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

  • Latest Stable: 4.0.6

All Versions

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

Version Vulnerabilities Updated
4.0.x
dbfound-4.0.6
dbfound-4.0.5
dbfound-4.0.4
dbfound-4.0.3
dbfound-4.0.2
dbfound-4.0.1
dbfound-4.0.0
3.3.x
dbfound-3.3.10
dbfound-3.3.9
dbfound-3.3.8
dbfound-3.3.7
dbfound-3.3.6
dbfound-3.3.5
dbfound-3.3.4
dbfound-3.3.3
dbfound-3.3.2
dbfound-3.3.1
dbfound-3.3.0
3.2.x
dbfound-3.2.4
dbfound-3.2.3
dbfound-3.2.2
dbfound-3.2.1
dbfound-3.2.0
3.1.x
dbfound-3.1.3
dbfound-3.1.2
dbfound-3.1.1
dbfound-3.1.0
3.0.x
dbfound-3.0.5
dbfound-3.0.4
dbfound-3.0.3
dbfound-3.0.2
dbfound-3.0.1
dbfound-3.0.0
2.6.x
dbfound-2.6.8
dbfound-2.6.7
dbfound-2.6.6
dbfound-2.6.5
dbfound-2.6.4
dbfound-2.6.3
dbfound-2.6.2
dbfound-2.6.1
dbfound-2.6.0
2.5.x
dbfound-2.5.9
dbfound-2.5.8
dbfound-2.5.7
dbfound-2.5.6
dbfound-2.5.5
dbfound-2.5.4
dbfound-2.5.3
dbfound-2.5.2
dbfound-2.5.1
dbfound-2.5.0
2.4.x
dbfound-2.4.9
dbfound-2.4.8
dbfound-2.4.7
dbfound-2.4.6
dbfound-2.4.5
dbfound-2.4.4
dbfound-2.4.3
dbfound-2.4.2
dbfound-2.4.1
dbfound-2.4.0
2.3.x
dbfound-2.3.9
dbfound-2.3.8
dbfound-2.3.7
dbfound-2.3.6
dbfound-2.3.5
dbfound-2.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nfwork</groupId>
    <artifactId>dbfound</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.nfwork:dbfound:4.0.6'

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

implementation("com.github.nfwork:dbfound:4.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.nfwork" % "dbfound" % "4.0.6"

Advertisement