Sirona
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.
Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.rmannibucau.sirona |
ArtifactId | ArtifactIdsirona-websocket-client |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSirona Incubator :: Agent :: Store :: WebSocket
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.
|
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-websocket-client/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-websocket-client</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-websocket-client/
implementation 'com.github.rmannibucau.sirona:sirona-websocket-client:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-websocket-client/
implementation ("com.github.rmannibucau.sirona:sirona-websocket-client:0.6")
'com.github.rmannibucau.sirona:sirona-websocket-client:jar:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-websocket-client" rev="0.6">
<artifact name="sirona-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-websocket-client', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-websocket-client" % "0.6"
[com.github.rmannibucau.sirona/sirona-websocket-client "0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.rmannibucau.sirona : sirona-core | jar | 0.6 |
org.apache.johnzon : johnzon-mapper | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-websocket-api | jar | 7.0.52 |
org.apache.geronimo.specs : geronimo-json_1.1_spec | jar | 1.0 |
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.