MVN

be.yildiz-games : component-native-libarchive

Maven & Gradle

Dec 29, 2022
0 stars

Yildiz Component LibArchive · Libarchive compiled code.

<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>component-native-libarchive</artifactId>
    <version>3.6.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.yildiz-games : component-native-libarchive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.2.0

All Versions

Choose a version of be.yildiz-games : component-native-libarchive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
component-native-libarchive-3.6.2.0

How to add a dependency to Maven

Add the following be.yildiz-games : component-native-libarchive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>component-native-libarchive</artifactId>
    <version>3.6.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.yildiz-games : component-native-libarchive gradle dependency to your build.gradle file:

implementation 'be.yildiz-games:component-native-libarchive:3.6.2.0'

Gradle Kotlin DSL: Add the following be.yildiz-games : component-native-libarchive gradle kotlin dependency to your build.gradle.kts file:

implementation("be.yildiz-games:component-native-libarchive:3.6.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.yildiz-games : component-native-libarchive sbt scala dependency to your build.sbt file:

libraryDependencies += "be.yildiz-games" % "component-native-libarchive" % "3.6.2.0"

Advertisement