is not current version
Last Version 1.17.0

org.incode:incode-parent 1.16.0

This module is the parent of the Incode Platform modules, and can also be used as the parent for applications that use the Incode Platform modules. It builds upon the org.incode:incode-build standard parent POM, adding in additional Maven plugins for the Apache Isis framework.

GroupId

GroupId

org.incode
ArtifactId

ArtifactId

incode-parent
Version

Version

1.16.0
Type

Type

pom

Download incode-parent 1.16.0

Filename Size
incode-parent-1.16.0.pom 51 KB
Browse

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