MVN

org.apache.isis : runtimes

Maven & Gradle

Feb 20, 2012
1 usages

Isis Runtimes · Runtime implementations.

<dependency>
    <groupId>org.apache.isis</groupId>
    <artifactId>runtimes</artifactId>
    <version>embedded</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: embedded

All Versions

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

Version Vulnerabilities Updated
0.2.x
runtimes-0.2.0-incubating
0.1.x
runtimes-0.1.2-incubating
embedded
runtimes-embedded
dflt
runtimes-dflt

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.isis</groupId>
    <artifactId>runtimes</artifactId>
    <version>embedded</version>
</dependency>

Advertisement