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 1af14fd commit 7eb977eCopy full SHA for 7eb977e
README.md
@@ -38,13 +38,15 @@ repositories {
38
// Add to dependencies section
39
dependencies {
40
implementation "com.goterl.lazycode:lazysodium-java:VERSION_NUMBER"
41
+ implementation "net.java.dev.jna:jna:JNA_NUMBER"
42
}
43
```
44
45
Substitute `VERSION_NUMBER` for the version in this box:
46
47
[ ](https://bintray.com/terl/lazysodium-maven/lazysodium-java/_latestVersion)
48
49
+Substitute `JNA_NUMBER` for the [latest version of JNA](https://github.com/java-native-access/jna/releases).
50
51
### 2. Usage
52
0 commit comments