We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cd376 commit 530d5b2Copy full SHA for 530d5b2
README.md
@@ -11,6 +11,13 @@ A Java library to access KeePassXC via its build-in proxy. Requires KeePassXC 2.
11
12
# Dependency
13
Add `keepassxc-proxy-access` as a dependency to your project.
14
+
15
+## Gradle
16
+```gradle
17
+implementation group: 'org.purejava', name: 'keepassxc-proxy-access', version: '1.2.7'
18
+```
19
+## Maven
20
21
```maven
22
<dependency>
23
<groupId>org.purejava</groupId>
0 commit comments