Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.github.eventasia |
ArtifactId | ArtifactIdeventasia-store-cassandra |
Version | Version0.0.11.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store-cassandra/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>eventasia-store-cassandra</artifactId>
<version>0.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store-cassandra/
implementation 'com.github.eventasia:eventasia-store-cassandra:0.0.11.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/eventasia-store-cassandra/
implementation ("com.github.eventasia:eventasia-store-cassandra:0.0.11.RELEASE")
'com.github.eventasia:eventasia-store-cassandra:jar:0.0.11.RELEASE'
<dependency org="com.github.eventasia" name="eventasia-store-cassandra" rev="0.0.11.RELEASE">
<artifact name="eventasia-store-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='eventasia-store-cassandra', version='0.0.11.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "eventasia-store-cassandra" % "0.0.11.RELEASE"
[com.github.eventasia/eventasia-store-cassandra "0.0.11.RELEASE"]