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