Last Version

Sirona 0.6

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.

GroupId

GroupId

com.github.rmannibucau.sirona
ArtifactId

ArtifactId

sirona
Version

Version

0.6
Type

Type

pom
Description

Description

Sirona
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.
Source Code Management

Source Code Management

https://github.com/rmannibucau/sirona

Download sirona 0.6

Filename Size
sirona-0.6.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona/ -->
<dependency>
    <groupId>com.github.rmannibucau.sirona</groupId>
    <artifactId>sirona</artifactId>
    <version>0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona/
implementation 'com.github.rmannibucau.sirona:sirona:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona/
implementation ("com.github.rmannibucau.sirona:sirona:0.6")
'com.github.rmannibucau.sirona:sirona:pom:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona" rev="0.6">
  <artifact name="sirona" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona" % "0.6"
[com.github.rmannibucau.sirona/sirona "0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • store
  • core
  • agent
  • plugins
  • server
  • alerter