is not current version
Last Version 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.

GroupId

GroupId

org.incode
ArtifactId

ArtifactId

incode-build
Version

Version

4
Type

Type

pom

Download incode-build 4

Filename Size
incode-build-4.pom 21 KB
Browse

<!-- 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"]