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