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

Incode Build Parent POM 8

This module defines a standard parent POM to use for various Incode applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs. Specifically this means locking down the versions of plugins using pluginManagement. It does NOT define any mixins for Apache Isis.

Лицензия

Лицензия

Группа

Группа

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

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

incode-build
Версия

Версия

8
Тип

Тип

pom
Описание

Описание

Incode Build Parent POM
This module defines a standard parent POM to use for various Incode applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs. Specifically this means locking down the versions of plugins using pluginManagement. It does NOT define any mixins for Apache Isis.
Ссылка на сайт

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

https://github.com/incodehq/incode-build

Скачать incode-build 8

Имя Файла Размер
incode-build-8.pom 24 KB
Обзор

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

Зависимости

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

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

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