Skip to main content

Add Dependency

All dbVisitor modules and dependencies are available via Maven Central. Therefore, any project using dependency management tools (Apache Maven, Gradle, sbt, leiningen, Apache Ivy, etc.) can access these modules.

As of now, the latest version of dbVisitor is: 6.7.0

Apache Maven

Introduce dbVisitor in a project using Apache Maven

<dependency>
<groupId>net.hasor</groupId>
<artifactId>dbvisitor</artifactId>
<version>latest version</version>
</dependency>

Gradle

Introduce dbVisitor in a project using Gradle

// Gradle
implementation 'net.hasor:dbvisitor:latest version'

Mixing Different Versions of dbVisitor

dbVisitor cannot guarantee that different versions will work together (e.g., dbVisitor 5.3.1 and dbVisitor 6.0.0). All dbVisitor components used in a project or service should use the same version.

Framework Integration