Last Version

Apache Isis Core - Interaction 2.0.0-M7

Provides _Interaction Scope_. Top level action execution or property changes are wrapped in an _Interaction_. That typically corresponds to a http request/response cycle or a JUnit test method execution.

License

License

GroupId

GroupId

org.apache.isis.core
ArtifactId

ArtifactId

isis-core-interaction
Version

Version

2.0.0-M7
Type

Type

jar
Description

Description

Apache Isis Core - Interaction
Provides _Interaction Scope_. Top level action execution or property changes are wrapped in an _Interaction_. That typically corresponds to a http request/response cycle or a JUnit test method execution.
Project Organization

Project Organization

The Apache Software Foundation

Download isis-core-interaction 2.0.0-M7


<!-- https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-interaction/ -->
<dependency>
    <groupId>org.apache.isis.core</groupId>
    <artifactId>isis-core-interaction</artifactId>
    <version>2.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-interaction/
implementation 'org.apache.isis.core:isis-core-interaction:2.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-interaction/
implementation ("org.apache.isis.core:isis-core-interaction:2.0.0-M7")
'org.apache.isis.core:isis-core-interaction:jar:2.0.0-M7'
<dependency org="org.apache.isis.core" name="isis-core-interaction" rev="2.0.0-M7">
  <artifact name="isis-core-interaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.core', module='isis-core-interaction', version='2.0.0-M7')
)
libraryDependencies += "org.apache.isis.core" % "isis-core-interaction" % "2.0.0-M7"
[org.apache.isis.core/isis-core-interaction "2.0.0-M7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.isis.core : isis-core-metamodel jar 2.0.0-M7

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (1)

Group / Artifact Type Version
org.apache.isis.core : isis-core-internaltestsupport jar 2.0.0-M7

Project Modules

There are no modules declared in this project.