MVN

com.muquit.libsodiumjna : libsodium-jna

Maven & Gradle

Dec 11, 2017
42 stars

com.muquit.libsodiumjna · Java bindings for libsodium with Java Native Access (JNA)

<dependency>
    <groupId>com.muquit.libsodiumjna</groupId>
    <artifactId>libsodium-jna</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.muquit.libsodiumjna : libsodium-jna to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.muquit.libsodiumjna : libsodium-jna to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
libsodium-jna-1.0.4

How to add a dependency to Maven

Add the following com.muquit.libsodiumjna : libsodium-jna maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.muquit.libsodiumjna</groupId>
    <artifactId>libsodium-jna</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.muquit.libsodiumjna : libsodium-jna gradle dependency to your build.gradle file:

implementation 'com.muquit.libsodiumjna:libsodium-jna:1.0.4'

Gradle Kotlin DSL: Add the following com.muquit.libsodiumjna : libsodium-jna gradle kotlin dependency to your build.gradle.kts file:

implementation("com.muquit.libsodiumjna:libsodium-jna:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.muquit.libsodiumjna : libsodium-jna sbt scala dependency to your build.sbt file:

libraryDependencies += "com.muquit.libsodiumjna" % "libsodium-jna" % "1.0.4"

Advertisement