MVN

com.github.darumaddc : darumaframeworkjna

Maven & Gradle

Jul 02, 2019
0 stars

DarumaFrameworkJNA · Wrapper to communication libraries DarumaFramework.dll (Windows) and libDarumaFramework.so (Linux) Java applications

<dependency>
    <groupId>com.github.darumaddc</groupId>
    <artifactId>darumaframeworkjna</artifactId>
    <version>2.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.darumaddc : darumaframeworkjna to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.24

All Versions

Choose a version of com.github.darumaddc : darumaframeworkjna to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.24
darumaframeworkjna-2.24

How to add a dependency to Maven

Add the following com.github.darumaddc : darumaframeworkjna maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.darumaddc</groupId>
    <artifactId>darumaframeworkjna</artifactId>
    <version>2.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.darumaddc : darumaframeworkjna gradle dependency to your build.gradle file:

implementation 'com.github.darumaddc:darumaframeworkjna:2.24'

Gradle Kotlin DSL: Add the following com.github.darumaddc : darumaframeworkjna gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.darumaddc:darumaframeworkjna:2.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.darumaddc : darumaframeworkjna sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.darumaddc" % "darumaframeworkjna" % "2.24"