License |
License |
---|---|
GroupId | GroupIdorg.apache.isis.commons |
ArtifactId | ArtifactIdisis-commons |
Last Version | Last Version2.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Isis Commons
Apache Isis Commons is a library with utilities, that are shared with the entire Apache Isis ecosystem.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
isis-commons-2.0.0-M7.pom | |
isis-commons-2.0.0-M7.jar | 397 KB |
isis-commons-2.0.0-M7-tests.jar | 60 KB |
isis-commons-2.0.0-M7-test-sources.jar | 40 KB |
isis-commons-2.0.0-M7-sources.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.commons/isis-commons/ -->
<dependency>
<groupId>org.apache.isis.commons</groupId>
<artifactId>isis-commons</artifactId>
<version>2.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.commons/isis-commons/
implementation 'org.apache.isis.commons:isis-commons:2.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.isis.commons/isis-commons/
implementation ("org.apache.isis.commons:isis-commons:2.0.0-M7")
'org.apache.isis.commons:isis-commons:jar:2.0.0-M7'
<dependency org="org.apache.isis.commons" name="isis-commons" rev="2.0.0-M7">
<artifact name="isis-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.commons', module='isis-commons', version='2.0.0-M7')
)
libraryDependencies += "org.apache.isis.commons" % "isis-commons" % "2.0.0-M7"
[org.apache.isis.commons/isis-commons "2.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.core : isis-jdk-supplemental | pom | 2.0.0-M7 |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | |
org.yaml : snakeyaml | jar | 1.29 |
org.springframework : spring-context | jar | |
org.springframework : spring-tx | jar | |
org.springframework.boot : spring-boot-starter | jar | 2.6.4 |
org.springframework.boot : spring-boot-starter-log4j2 | jar | 2.6.4 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar |