GroupId | GroupIdorg.calrissian.accumulorecipes |
---|---|
ArtifactId | ArtifactIdevent-store |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
event-store-1.1.0.pom | |
event-store-1.1.0.jar | 30 KB |
event-store-1.1.0-sources.jar | 18 KB |
event-store-1.1.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>event-store</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation 'org.calrissian.accumulorecipes:event-store:1.1.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation ("org.calrissian.accumulorecipes:event-store:1.1.0")
'org.calrissian.accumulorecipes:event-store:jar:1.1.0'
<dependency org="org.calrissian.accumulorecipes" name="event-store" rev="1.1.0">
<artifact name="event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='event-store', version='1.1.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "event-store" % "1.1.0"
[org.calrissian.accumulorecipes/event-store "1.1.0"]