License |
License |
---|---|
GroupId | GroupIdorg.apache.isis.core |
ArtifactId | ArtifactIdisis-core-webapp |
Last Version | Last Version2.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Isis Core - WebApp
Bundles all the web specific classes a srequired by viewers.
Introduced to keep the 'runtime' package concise.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-webapp/ -->
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-webapp</artifactId>
<version>2.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-webapp/
implementation 'org.apache.isis.core:isis-core-webapp:2.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-webapp/
implementation ("org.apache.isis.core:isis-core-webapp:2.0.0-M7")
'org.apache.isis.core:isis-core-webapp:jar:2.0.0-M7'
<dependency org="org.apache.isis.core" name="isis-core-webapp" rev="2.0.0-M7">
<artifact name="isis-core-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.core', module='isis-core-webapp', version='2.0.0-M7')
)
libraryDependencies += "org.apache.isis.core" % "isis-core-webapp" % "2.0.0-M7"
[org.apache.isis.core/isis-core-webapp "2.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.core : isis-core-runtime | jar | 2.0.0-M7 |
org.apache.isis.core : isis-core-transaction | jar | 2.0.0-M7 |
org.apache.isis.core : isis-core-interaction | jar | 2.0.0-M7 |
org.springframework : spring-web | jar | |
org.springframework.boot : spring-boot-actuator | jar | 2.6.4 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.6.4 |
org.springframework.boot : spring-boot | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.core : isis-core-internaltestsupport | jar | 2.0.0-M7 |