maven

A parent pom for com.github.rutledgepaulv projects.

Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

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

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

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

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

1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

maven
A parent pom for com.github.rutledgepaulv projects.
Ссылка на сайт

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

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

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

https://github.com/rutledgepaulv/maven

Скачать maven

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

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

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

Зависимости

test (1)

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

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

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

Build Status Maven Central

Maven

Parent poms for com.github.rutledgepaulv projects. Includes basic configuration for gitflow, tests, code coverage, and releasing. You can find all of my maven projects at central.

Usage

<parent>
    <groupId>com.github.rutledgepaulv</groupId>
    <artifactId>maven</artifactId>
    <version>1.2</version>
</parent>

License

This project is licensed under MIT license.

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

Версия
1.2
1.1
1.0