Maven Aether Provider

Extensions to Aether for utilizing Maven POM and repository metadata.

License

License

Categories

Categories

IDE Development Tools Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-aether-provider
Last Version

Last Version

3.3.9
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Aether Provider
Extensions to Aether for utilizing Maven POM and repository metadata.
Project URL

Project URL

http://maven.apache.org/ref/3.3.9/maven-aether-provider/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven/tree/maven-3.3.9/maven-aether-provider

Download maven-aether-provider

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.maven/maven-aether-provider/ -->
<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-aether-provider</artifactId>
    <version>3.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven/maven-aether-provider/
implementation 'org.apache.maven:maven-aether-provider:3.3.9'
// https://jarcasting.com/artifacts/org.apache.maven/maven-aether-provider/
implementation ("org.apache.maven:maven-aether-provider:3.3.9")
'org.apache.maven:maven-aether-provider:jar:3.3.9'
<dependency org="org.apache.maven" name="maven-aether-provider" rev="3.3.9">
  <artifact name="maven-aether-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven', module='maven-aether-provider', version='3.3.9')
)
libraryDependencies += "org.apache.maven" % "maven-aether-provider" % "3.3.9"
[org.apache.maven/maven-aether-provider "3.3.9"]

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.maven : maven-model jar 3.3.9
org.apache.maven : maven-model-builder jar 3.3.9
org.apache.maven : maven-repository-metadata jar 3.3.9
org.eclipse.aether : aether-api jar 1.0.2.v20150114
org.eclipse.aether : aether-spi jar 1.0.2.v20150114
org.eclipse.aether : aether-util jar 1.0.2.v20150114
org.eclipse.aether : aether-impl jar 1.0.2.v20150114
org.codehaus.plexus : plexus-component-annotations jar 1.6
org.codehaus.plexus : plexus-utils jar 3.0.22
com.google.inject : guice Optional jar 4.0
org.apache.commons : commons-lang3 jar 3.4

test (6)

Group / Artifact Type Version
org.eclipse.aether : aether-connector-basic jar 1.0.2.v20150114
org.eclipse.aether : aether-transport-wagon jar 1.0.2.v20150114
org.apache.maven.wagon : wagon-file jar 2.10
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.3.2
org.mockito : mockito-core jar 1.9.5
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Apache Maven

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

If you think you have found a bug, please file an issue in the Maven Issue Tracker].

Documentation

More information can be found on Apache Maven Homepage. Questions related to the usage of Maven should be posted on the Maven User List.

Where can I get the latest release?

You can download the release source from our download page.

Contributing

If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc.

Take a look into the contribution guidelines.

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.

Donations

Do you like Apache Maven? Then donate back to the ASF to support the development.

Quick Build

If you want to bootstrap Maven, you'll need:

  • Java 1.8+
  • Maven 3.0.5 or later
  • Run Maven, specifying a location into which the completed Maven distro should be installed:
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean package
org.apache.maven

The Apache Software Foundation

Versions

Version
3.3.9
3.3.3
3.3.1
3.2.5
3.2.3
3.2.2
3.2.1
3.1.1
3.1.0
3.1.0-alpha-1
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0
3.0-beta-3