Maven Aether Provider

Extensions to Aether for utilizing Maven POM and repository metadata.

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки Maven Компиляция и сборка
Группа

Группа

org.apache.maven
Идентификатор

Идентификатор

maven-aether-provider
Последняя версия

Последняя версия

3.3.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven Aether Provider
Extensions to Aether for utilizing Maven POM and repository metadata.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org/ref/3.3.9/maven-aether-provider/
Организация-разработчик

Организация-разработчик

The Apache Software Foundation
Система контроля версий

Система контроля версий

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

Скачать maven-aether-provider

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 4.0
org.apache.commons : commons-lang3 jar 3.4

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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