MVN

io.github.givimad : piper-jni

Maven & Gradle

Nov 25, 2023
1 stars

piper-jni · A JNI wrapper for piper

<dependency>
    <groupId>io.github.givimad</groupId>
    <artifactId>piper-jni</artifactId>
    <version>1.2.0-38917ff</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.givimad : piper-jni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-38917ff

All Versions

Choose a version of io.github.givimad : piper-jni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
piper-jni-1.2.0-38917ff

How to add a dependency to Maven

Add the following io.github.givimad : piper-jni maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.givimad</groupId>
    <artifactId>piper-jni</artifactId>
    <version>1.2.0-38917ff</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.givimad : piper-jni gradle dependency to your build.gradle file:

implementation 'io.github.givimad:piper-jni:1.2.0-38917ff'

Gradle Kotlin DSL: Add the following io.github.givimad : piper-jni gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.givimad:piper-jni:1.2.0-38917ff")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.givimad : piper-jni sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.givimad" % "piper-jni" % "1.2.0-38917ff"