MVN

org.eclipse.aether : aether-util

Maven & Gradle

Feb 03, 2016
300 usages

Aether Utilities · A collection of utility classes to ease usage of the repository system.

<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-util</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.aether : aether-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.eclipse.aether : aether-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • aether-util-1.1.0

    Feb 03, 2016
  • aether-util-1.0.2.v20150114

    Jan 14, 2015
  • aether-util-1.0.1.v20141111

    Nov 11, 2014
  • aether-util-1.0.0.v20140518

    May 18, 2014
  • aether-util-0.9.1.v20140329

    Mar 29, 2014
  • aether-util-0.9.0.v20140226

    Feb 26, 2014
  • aether-util-0.9.0.M4

    Jan 02, 2014
  • aether-util-0.9.0.M3

    Jul 28, 2013
  • aether-util-0.9.0.M2

    Feb 16, 2013
  • aether-util-0.9.0.M1

    Sep 30, 2012

How to add a dependency to Maven

Add the following org.eclipse.aether : aether-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-util</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.aether : aether-util gradle dependency to your build.gradle file:

implementation 'org.eclipse.aether:aether-util:1.1.0'

Gradle Kotlin DSL: Add the following org.eclipse.aether : aether-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.aether:aether-util:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.aether : aether-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.aether" % "aether-util" % "1.1.0"