Sirona
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.
| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdcom.github.rmannibucau.sirona |
| ArtifactId | ArtifactIdsirona-ehcache-agent |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSirona Incubator :: Plugins :: EhCache :: Agent
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-ehcache-agent-0.6.pom | |
| sirona-ehcache-agent-0.6.jar | 12 KB |
| sirona-ehcache-agent-0.6-sources.jar | 8 KB |
| sirona-ehcache-agent-0.6-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-ehcache-agent/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-ehcache-agent</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-ehcache-agent/
implementation 'com.github.rmannibucau.sirona:sirona-ehcache-agent:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-ehcache-agent/
implementation ("com.github.rmannibucau.sirona:sirona-ehcache-agent:0.6")
'com.github.rmannibucau.sirona:sirona-ehcache-agent:jar:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-ehcache-agent" rev="0.6">
<artifact name="sirona-ehcache-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-ehcache-agent', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-ehcache-agent" % "0.6"
[com.github.rmannibucau.sirona/sirona-ehcache-agent "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rmannibucau.sirona : sirona-core | jar | 0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.ehcache : ehcache | jar | 2.7.4 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.