GroupId | GroupIdio.github.esirotkin |
---|---|
ArtifactId | ArtifactIdstatistics-subsystem |
Version | Version1.1.6 |
Type | Typepom |
Description |
DescriptionStatistics Subsystem
Subsystem for monitoring and collecting statistics of event-driven Java applications
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
statistics-subsystem-1.1.6.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.esirotkin/statistics-subsystem/ -->
<dependency>
<groupId>io.github.esirotkin</groupId>
<artifactId>statistics-subsystem</artifactId>
<version>1.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.esirotkin/statistics-subsystem/
implementation 'io.github.esirotkin:statistics-subsystem:1.1.6'
// https://jarcasting.com/artifacts/io.github.esirotkin/statistics-subsystem/
implementation ("io.github.esirotkin:statistics-subsystem:1.1.6")
'io.github.esirotkin:statistics-subsystem:pom:1.1.6'
<dependency org="io.github.esirotkin" name="statistics-subsystem" rev="1.1.6">
<artifact name="statistics-subsystem" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.esirotkin', module='statistics-subsystem', version='1.1.6')
)
libraryDependencies += "io.github.esirotkin" % "statistics-subsystem" % "1.1.6"
[io.github.esirotkin/statistics-subsystem "1.1.6"]