is not current version
Last Version 1.17.0

org.incode:incode-parent 1.13.2.1

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 to hold the required pluginManagement so that versions of plugins are locked down.

GroupId

GroupId

org.incode
ArtifactId

ArtifactId

incode-parent
Version

Version

1.13.2.1
Type

Type

pom

Download incode-parent 1.13.2.1

Filename Size
incode-parent-1.13.2.1.pom 21 KB
Browse

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