-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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.
-
Views
-
Search
-
Data management
-
Usability enhancements
-
Security
-
Projects
- Sample Database
- Database Connections
- Local Client Configuration
- Connection types
- Configure Connection Initialization Settings
-
Tableau integration
- Transactions
- Drivers
- Tasks
-
Cloud Explorer
-
Cloud Storage
- Classic
- Cloud
- Embedded
- File drivers
- Changing interface language
- DBeaver extensions - Office, Debugger, SVG
- Installing extensions - Themes, version control, etc
- User Interface Themes
- Command Line
- Reset UI settings
- Reset workspace
- Troubleshooting system issues
- Posting issues
- Log files
- JDBC trace
- Thread dump
- Managing connections
- Managing variables
- Managing drivers
- Managing preferences
- Managing restrictions
- Windows Silent Install
- Snap installation