is not current version
Last Version 0.0.5.RELEASE

com.github.eventasia:store-cassandra 0.0.3.RELEASE

Eventasia is a Event Sourcing Framework for use with Spring Boot

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

com.github.eventasia
ArtifactId

ArtifactId

store-cassandra
Version

Version

0.0.3.RELEASE
Type

Type

jar

Download store-cassandra 0.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.eventasia/store-cassandra/ -->
<dependency>
    <groupId>com.github.eventasia</groupId>
    <artifactId>store-cassandra</artifactId>
    <version>0.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/store-cassandra/
implementation 'com.github.eventasia:store-cassandra:0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/store-cassandra/
implementation ("com.github.eventasia:store-cassandra:0.0.3.RELEASE")
'com.github.eventasia:store-cassandra:jar:0.0.3.RELEASE'
<dependency org="com.github.eventasia" name="store-cassandra" rev="0.0.3.RELEASE">
  <artifact name="store-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='store-cassandra', version='0.0.3.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "store-cassandra" % "0.0.3.RELEASE"
[com.github.eventasia/store-cassandra "0.0.3.RELEASE"]