Sirona
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.
Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.github.rmannibucau.sirona |
ArtifactId | ArtifactIdsirona-cassandra |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSirona Incubator :: Server :: Store :: Cassandra
Sirona provides a simple, lightweight toolkit to instrument java application monitoring capabilities, including
performances and thread concurrency.
This version is based on the apache project which went into attic.
|
Filename | Size |
---|---|
sirona-cassandra-0.6.pom | |
sirona-cassandra-0.6.jar | 38 KB |
sirona-cassandra-0.6-sources.jar | 24 KB |
sirona-cassandra-0.6-shaded.jar | 5 MB |
sirona-cassandra-0.6-shaded-sources.jar | 3 MB |
sirona-cassandra-0.6-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-cassandra/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-cassandra</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-cassandra/
implementation 'com.github.rmannibucau.sirona:sirona-cassandra:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-cassandra/
implementation ("com.github.rmannibucau.sirona:sirona-cassandra:0.6")
'com.github.rmannibucau.sirona:sirona-cassandra:jar:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-cassandra" rev="0.6">
<artifact name="sirona-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-cassandra', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-cassandra" % "0.6"
[com.github.rmannibucau.sirona/sirona-cassandra "0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.rmannibucau.sirona : sirona-core | jar | 0.6 |
org.apache.cassandra : cassandra-thrift | jar | 1.2.15 |
org.hectorclient : hector-core | jar | 1.1-4 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.cassandraunit : cassandra-unit | jar | 1.2.0.1 |
com.lordofthejars : nosqlunit-cassandra | jar | 0.7.8 |
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.