-
Notifications
You must be signed in to change notification settings - Fork 4k
How to add additional artifacts to the driver
dbeaver-devops edited this page Sep 15, 2025
·
10 revisions
DBeaver has the functionality to add and edit artifacts in existing drivers.
You can add or edit artifacts in existing drivers:
-
Open the driver: Go to Database -> Driver Manager -> select a driver -> Libraries tab
-
Edit an artifact: Double-click the library you want to change
-
Add an artifact: Click Add Artifact
When adding artifacts, you can choose between two modes. Editing only supports the second one.
-
Dependency declaration: Paste artifact coordinates or Maven XML. Supported formats:
-
Gradle format:
group:artifact_name:version -
Single Maven dependency:
<dependency> <groupId>group</groupId> <artifactId>artifact</artifactId> <version>version</version> </dependency>
-
Multiple Maven dependencies:
<dependencies> <dependency> <groupId>group</groupId> <artifactId>artifact</artifactId> <version>version</version> </dependency> <dependency> <groupId>group</groupId> <artifactId>artifact</artifactId> <version>version</version> </dependency> </dependencies>

-
-
Declare artifacts manually: Add artifacts one at a time with input fields.

- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Assistant
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- FAQ
- Development