MVN

org.apache.isis : isis

Maven & Gradle

Feb 10, 2012

Apache Isis · Root POM for core framework, the viewers, and the runtime implementations. Defines standard build process, as well as standard set of 3rd party dependencies (eg for testing and logging frameworks).

<dependency>
    <groupId>org.apache.isis</groupId>
    <artifactId>isis</artifactId>
    <version>0.2.0-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.isis : isis to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0-incubating

All Versions

Choose a version of org.apache.isis : isis to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
isis-0.2.0-incubating
0.1.x
isis-0.1.2-incubating

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.isis</groupId>
    <artifactId>isis</artifactId>
    <version>0.2.0-incubating</version>
</dependency>

Advertisement