s

statistics-subsystem

Subsystem for monitoring and collecting statistics of event-driven Java applications
Otkritie Brokerage House JSC
Files download
File Operation
statistics-subsystem-1.1.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.esirotkin</groupId>
  <artifactId>statistics-subsystem</artifactId>
  <version>1.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.esirotkin:statistics-subsystem:1.1.6'
Gradle Kotlin
implementation("io.github.esirotkin:statistics-subsystem:1.1.6")
Scala SBT
libraryDependencies += "io.github.esirotkin" % "statistics-subsystem" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.esirotkin', module='statistics-subsystem', version='1.1.6')
)
Apache Ivy
<dependency org="io.github.esirotkin" name="statistics-subsystem" rev="1.1.6" />
Leiningen
[io.github.esirotkin/statistics-subsystem "1.1.6"]
Apache Buildr
'io.github.esirotkin:statistics-subsystem:jar:1.1.6'