MVN

org.incode : incode-parent

Maven & Gradle

Jan 15, 2019
8 stars

Incode Platform (Parent POM) · 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.

<dependency>
    <groupId>org.incode</groupId>
    <artifactId>incode-parent</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.incode : incode-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.17.0

All Versions

Choose a version of org.incode : incode-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.17.x
incode-parent-1.17.0
1.16.x
incode-parent-1.16.2
incode-parent-1.16.0
1.15.x
incode-parent-1.15.1.1
incode-parent-1.15.0.1
incode-parent-1.15.0
1.14.x
incode-parent-1.14.0
1.13.x
incode-parent-1.13.2.20170214-2237
incode-parent-1.13.2.2
incode-parent-1.13.2.1
incode-parent-1.13.2
incode-parent-1.13.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.incode</groupId>
    <artifactId>incode-parent</artifactId>
    <version>1.17.0</version>
</dependency>

Advertisement