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

org.incode:incode-build 4

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
Версия

Версия

4
Тип

Тип

pom

Скачать incode-build 4

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

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