MVN

org.apache.isis : core

Maven & Gradle

Feb 28, 2022
8 usages

Isis Core · Core framework, providing metamodel, runtime and core APIs. Does not include default implementations of those APIs, nor any viewers to render the metamodel.

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

Latest Version

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

  • Latest Stable: isis-schema

All Versions

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

Version Vulnerabilities Updated
0.2.x
core-0.2.0-incubating
0.1.x
core-0.1.2-incubating
isis
core-isis-schema
core-isis-jdk-supplemental
core-isis-core-webapp
core-isis-core-transaction
core-isis-core-security
core-isis-core-runtimeservices
core-isis-core-runtime
core-isis-core-metamodel
core-isis-core-internaltestsupport
core-isis-core-interaction
core-isis-core-config
core-isis-core-codegen-bytebuddy
core-isis-core
core-isis-applib
core-isis-parent
core-isis-core-commons
core-isis
core-isis-webdocker
core-isis-core-webserver
core-isis-core-viewer-wicket-ui
core-isis-core-viewer-wicket-model
core-isis-core-viewer-wicket-impl
core-isis-core-viewer-restfulobjects-server
core-isis-core-viewer-restfulobjects-rendering
core-isis-core-viewer-restfulobjects-applib
core-isis-core-unittestsupport
core-isis-core-specsupport
core-isis-core-schema
core-isis-core-plugins-security-shiro
core-isis-core-plugins-jdo-datanucleus-5
core-isis-core-plugins-jdo-datanucleus-4
core-isis-core-plugins-jaxrs-resteasy-4
core-isis-core-plugins-jaxrs-resteasy-3
core-isis-core-plugins-eventbus-guava
core-isis-core-plugins-eventbus-axon
core-isis-core-plugins-discovery-reflections
core-isis-core-plugins-codegen-javassist
core-isis-core-plugins-codegen-bytebuddy
core-isis-core-log4j
core-isis-core-integtestsupport
core-isis-core-detached-tests
core-isis-core-applib
core-isis-core-wrapper
core-isis-core-viewer-wicket-applib
core-isis-core-security-shiro
core-isis-core-unittestsupport-test
core-isis-core-tck-viewer-restfulobjects
core-isis-core-tck-fixture
core-isis-core-tck-dom
core-isis-core-tck
core-isis-core-objectstore-jdo-metamodel
core-isis-core-objectstore-jdo-datanucleus
core-isis-core-objectstore
core-isis-core-bytecode-javassist
core-isis-core-bytecode-cglib
core-isis-core-profilestore
webapp
core-webapp
testsupport
core-testsupport
runtime
core-runtime
progmodel
core-progmodel
metamodel
core-metamodel
commons
core-commons

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.isis</groupId>
    <artifactId>core</artifactId>
    <version>isis-schema</version>
</dependency>

Advertisement