GroupId | GroupIdorg.apache.james |
---|---|
ArtifactId | ArtifactIdevent-sourcing |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
event-sourcing-3.5.0.pom | 1 KB |
event-sourcing-3.5.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/event-sourcing/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/event-sourcing/
implementation 'org.apache.james:event-sourcing:3.5.0'
// https://jarcasting.com/artifacts/org.apache.james/event-sourcing/
implementation ("org.apache.james:event-sourcing:3.5.0")
'org.apache.james:event-sourcing:jar:3.5.0'
<dependency org="org.apache.james" name="event-sourcing" rev="3.5.0">
<artifact name="event-sourcing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='event-sourcing', version='3.5.0')
)
libraryDependencies += "org.apache.james" % "event-sourcing" % "3.5.0"
[org.apache.james/event-sourcing "3.5.0"]