wp-oss-parent-pom

Washington Post Master Public Parent POM

Лицензия

Лицензия

Группа

Группа

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

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

wp-oss-parent-pom
Последняя версия

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

0.0.8
Дата

Дата

Тип

Тип

pom
Описание

Описание

wp-oss-parent-pom
Washington Post Master Public Parent POM
Ссылка на сайт

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

https://washingtonpost.com/
Система контроля версий

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

https://github.com/washingtonpost/wp-oss-parent-pom.git

Скачать wp-oss-parent-pom

Имя Файла Размер
wp-oss-parent-pom-0.0.8.pom 20 KB
Обзор

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

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

Зависимости

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

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

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

wp-oss-parent-pom

Parent POM for open source com.washingtonpost artifacts.

This POM contains common build configurations required for releasing source to Maven Central and Sonatype's STAGING Nexus servers.

To use this in your washingtonpost.com project, follow the localhost setup instructions on the Wiki.

Usage

To inherit from this POM, just add it as your artifact's parent:

    <parent>
        <groupId>com.washingtonpost</groupId>
        <artifactId>wp-oss-parent-pom</artifactId>
        <version>...</version>
    </parent>

You'll get standard maven dependency plugin management and it'll enable you to release your application to Maven Central with

mvn -Prelease-opensource release:prepare
mvn -Prelease-opensource release:perform
com.washingtonpost

The Washington Post

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

Версия
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3