Sirona
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.github.rmannibucau.sirona |
ArtifactId | ArtifactIdsirona-hazelcast |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSirona Incubator :: Plugins :: Hazelcast
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-hazelcast-0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-hazelcast/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-hazelcast</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-hazelcast/
implementation 'com.github.rmannibucau.sirona:sirona-hazelcast:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-hazelcast/
implementation ("com.github.rmannibucau.sirona:sirona-hazelcast:0.6")
'com.github.rmannibucau.sirona:sirona-hazelcast:pom:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-hazelcast" rev="0.6">
<artifact name="sirona-hazelcast" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-hazelcast', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-hazelcast" % "0.6"
[com.github.rmannibucau.sirona/sirona-hazelcast "0.6"]
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.