License |
License |
---|---|
GroupId | GroupIdorg.fuin.esc |
ArtifactId | ArtifactIdesc-mem |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionesc-mem
In-memory implementation of the event store commons api for unit testing.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
esc-mem-0.5.0.pom | |
esc-mem-0.5.0.jar | 11 KB |
esc-mem-0.5.0-sources.jar | 6 KB |
esc-mem-0.5.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuin.esc/esc-mem/ -->
<dependency>
<groupId>org.fuin.esc</groupId>
<artifactId>esc-mem</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.esc/esc-mem/
implementation 'org.fuin.esc:esc-mem:0.5.0'
// https://jarcasting.com/artifacts/org.fuin.esc/esc-mem/
implementation ("org.fuin.esc:esc-mem:0.5.0")
'org.fuin.esc:esc-mem:jar:0.5.0'
<dependency org="org.fuin.esc" name="esc-mem" rev="0.5.0">
<artifact name="esc-mem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuin.esc', module='esc-mem', version='0.5.0')
)
libraryDependencies += "org.fuin.esc" % "esc-mem" % "0.5.0"
[org.fuin.esc/esc-mem "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.fuin.esc : esc-api | jar | 0.5.0 |
org.fuin.esc : esc-spi | jar | 0.5.0 |
org.fuin : objects4j | jar | 0.8.0 |
jakarta.validation : jakarta.validation-api Optional | jar | 3.0.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.20.2 |
org.fuin : units4j | jar | 0.10.0 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.7.1 |
ch.qos.logback : logback-classic | jar | 1.2.5 |
org.hibernate.validator : hibernate-validator | jar | 7.0.1.Final |