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-jdbc |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSirona Incubator :: Agent :: Performance :: JDBC
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-jdbc-0.6.pom | |
| sirona-jdbc-0.6.jar | 11 KB |
| sirona-jdbc-0.6-sources.jar | 8 KB |
| sirona-jdbc-0.6-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jdbc/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-jdbc</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jdbc/
implementation 'com.github.rmannibucau.sirona:sirona-jdbc:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-jdbc/
implementation ("com.github.rmannibucau.sirona:sirona-jdbc:0.6")
'com.github.rmannibucau.sirona:sirona-jdbc:jar:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-jdbc" rev="0.6">
<artifact name="sirona-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-jdbc', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-jdbc" % "0.6"
[com.github.rmannibucau.sirona/sirona-jdbc "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rmannibucau.sirona : sirona-core | jar | 0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar | 2.2.9 |
| 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.