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-jta |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSirona Incubator :: Agent :: Performance :: JTA
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-jta-0.6.pom | |
sirona-jta-0.6.jar | 8 KB |
sirona-jta-0.6-sources.jar | 5 KB |
sirona-jta-0.6-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jta/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-jta</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jta/
implementation 'com.github.rmannibucau.sirona:sirona-jta:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jta/
implementation ("com.github.rmannibucau.sirona:sirona-jta:0.6")
'com.github.rmannibucau.sirona:sirona-jta:jar:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-jta" rev="0.6">
<artifact name="sirona-jta" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-jta', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-jta" % "0.6"
[com.github.rmannibucau.sirona/sirona-jta "0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.rmannibucau.sirona : sirona-core | jar | 0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jta_1.2_spec | jar | 1.0-alpha-1 |
org.apache.geronimo.specs : geronimo-jcdi_1.1_spec | jar | 1.0 |
org.apache.geronimo.specs : geronimo-interceptor_1.2_spec | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.tomee : openejb-core | jar | 7.0.3 |
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.