MVN

com.stratio.mojo.unix : unix-ar

Maven & Gradle

Mar 08, 2016
71 stars

Maven Ar File Format Tools

<dependency>
    <groupId>com.stratio.mojo.unix</groupId>
    <artifactId>unix-ar</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stratio.mojo.unix : unix-ar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Alpha: 1.0-alpha-9

All Versions

Choose a version of com.stratio.mojo.unix : unix-ar to add to Maven or Gradle - All Versions:

  • Version Updated
  • unix-ar-1.2.0

    Mar 08, 2016
  • unix-ar-1.1.6

    Jun 11, 2015
  • unix-ar-1.1.5

    May 26, 2015
  • unix-ar-1.1.4

    May 25, 2015
  • unix-ar-1.1.3

    May 19, 2015
  • unix-ar-1.1.2

    Apr 15, 2015
  • unix-ar-1.1.1

    Apr 14, 2015
  • unix-ar-1.1.0

    Apr 13, 2015
  • unix-ar-1.0

    Apr 13, 2015
  • unix-ar-1.0-alpha-9

    Jan 19, 2015
  • unix-ar-1.0-alpha-8

    Jan 15, 2015
  • unix-ar-1.0-alpha-7

    Jan 13, 2015

How to add a dependency to Maven

Add the following com.stratio.mojo.unix : unix-ar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stratio.mojo.unix</groupId>
    <artifactId>unix-ar</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stratio.mojo.unix : unix-ar gradle dependency to your build.gradle file:

implementation 'com.stratio.mojo.unix:unix-ar:1.2.0'

Gradle Kotlin DSL: Add the following com.stratio.mojo.unix : unix-ar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stratio.mojo.unix:unix-ar:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stratio.mojo.unix : unix-ar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stratio.mojo.unix" % "unix-ar" % "1.2.0"