Maven

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

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

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

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

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Организация-разработчик

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

Apache Software Foundation

Скачать maven-site

Имя Файла Размер
maven-site-2.0.1.pom
maven-site-2.0.1.jar 3 KB
Обзор

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

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

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

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

Версия
2.0.1
1.0