MVN

org.eclipse.aether : aether-transport-classpath

Maven & Gradle

Feb 03, 2016
8 usages

Aether Transport Classpath · A transport implementation for repositories using classpath:// URLs.

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

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

Version Vulnerabilities Updated
1.1.x
aether-transport-classpath-1.1.0
1.0.x
aether-transport-classpath-1.0.2.v20150114
aether-transport-classpath-1.0.1.v20141111
aether-transport-classpath-1.0.0.v20140518
0.9.x
aether-transport-classpath-0.9.1.v20140329
aether-transport-classpath-0.9.0.v20140226
aether-transport-classpath-0.9.0.M4
aether-transport-classpath-0.9.0.M3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.eclipse.aether:aether-transport-classpath:1.1.0'

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

implementation("org.eclipse.aether:aether-transport-classpath:1.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.aether" % "aether-transport-classpath" % "1.1.0"

Advertisement