parent

Parent POM of Artipie

Лицензия

Лицензия

MIT License
Категории

Категории

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

Группа

com.artipie
Идентификатор

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

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

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

0.1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

parent
Parent POM of Artipie
Ссылка на сайт

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

https://github.com/artipie/ppom
Организация-разработчик

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

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

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

https://github.com/artipie/ppom/tree/master

Скачать parent

Имя Файла Размер
parent-0.1.2.pom 8 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status Javadoc License Hits-of-Code Maven Central PDD status

This is a parent POM for all Artipie Maven projects. Include it in project section of pom.xml:

  <modelVersion>4.0.0</modelVersion>
  <artifactId><!-- your artifact id --></artifactId>
  <version>1.0-SNAPSHOT</version>
  <parent>
    <groupId>com.artipie</groupId>
    <artifactId>ppom</artifactId>
    <version><!-- use latest version --></version>
  </parent>

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+.

com.artipie

Artipie

Binary Artifact Management Toolkit

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

Версия
0.1.2
0.1.1
0.1.0