MVN

com.fireflysource : firefly-jni-helper

Maven & Gradle

Jun 24, 2022
289 stars

firefly-jni-helper

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-jni-helper</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fireflysource : firefly-jni-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2
  • Latest Alpha: 5.0.0-alpha15

All Versions

Choose a version of com.fireflysource : firefly-jni-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
firefly-jni-helper-5.0.2
firefly-jni-helper-5.0.1
firefly-jni-helper-5.0.0
firefly-jni-helper-5.0.0-alpha15
firefly-jni-helper-5.0.0-alpha14
firefly-jni-helper-5.0.0-alpha13

How to add a dependency to Maven

Add the following com.fireflysource : firefly-jni-helper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-jni-helper</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fireflysource : firefly-jni-helper gradle dependency to your build.gradle file:

implementation 'com.fireflysource:firefly-jni-helper:5.0.2'

Gradle Kotlin DSL: Add the following com.fireflysource : firefly-jni-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fireflysource:firefly-jni-helper:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fireflysource : firefly-jni-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fireflysource" % "firefly-jni-helper" % "5.0.2"

Advertisement