Skip to main content
Hint

This article is generated by AI translation.

Dependencies

All dbVisitor modules and their dependencies are available on Maven Central. Any project that uses a dependency manager (Apache Maven, Gradle, sbt, leiningen, Apache Ivy, etc.) can pull them in.

Latest release: 6.4.0

Apache Maven

Add dbVisitor to a Maven project:

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

Gradle

Add dbVisitor to a Gradle project:

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

Mixing dbVisitor versions

dbVisitor does not guarantee compatibility across different versions (for example, 5.3.1 with 6.0.0). Use the same dbVisitor version across all components in a project or service.