Sirona
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.
| Группа | Группаcom.github.rmannibucau.sirona |
|---|---|
| Идентификатор | Идентификаторsirona-server |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSirona Incubator :: Server
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.
|
| Имя Файла | Размер |
|---|---|
| sirona-server-0.6.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-server/ -->
<dependency>
<groupId>com.github.rmannibucau.sirona</groupId>
<artifactId>sirona-server</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-server/
implementation 'com.github.rmannibucau.sirona:sirona-server:0.6'
// https://jarcasting.com/artifacts/com.github.rmannibucau.sirona/sirona-server/
implementation ("com.github.rmannibucau.sirona:sirona-server:0.6")
'com.github.rmannibucau.sirona:sirona-server:pom:0.6'
<dependency org="com.github.rmannibucau.sirona" name="sirona-server" rev="0.6">
<artifact name="sirona-server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau.sirona', module='sirona-server', version='0.6')
)
libraryDependencies += "com.github.rmannibucau.sirona" % "sirona-server" % "0.6"
[com.github.rmannibucau.sirona/sirona-server "0.6"]
This is a fork of Apache Sirona which got retired at Apache foundation.
Documentation can be found in site folder.