GroupId | GroupIdcom.github.eventasia |
---|---|
ArtifactId | ArtifactIdevent-store |
Version | Version0.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
event-store-0.0.1.RELEASE.pom | |
event-store-0.0.1.RELEASE.jar | 10 KB |
event-store-0.0.1.RELEASE-sources.jar | 7 KB |
event-store-0.0.1.RELEASE-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/event-store/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>event-store</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/event-store/
implementation 'com.github.eventasia:event-store:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/event-store/
implementation ("com.github.eventasia:event-store:0.0.1.RELEASE")
'com.github.eventasia:event-store:jar:0.0.1.RELEASE'
<dependency org="com.github.eventasia" name="event-store" rev="0.0.1.RELEASE">
<artifact name="event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='event-store', version='0.0.1.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "event-store" % "0.0.1.RELEASE"
[com.github.eventasia/event-store "0.0.1.RELEASE"]