Categories |
CategoriesGraylog Application Layer Libs Logging Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.graylog.metrics |
ArtifactId | ArtifactIdmetrics-gelf |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
metrics-gelf-1.0.0.pom | |
metrics-gelf-1.0.0.jar | 10 KB |
metrics-gelf-1.0.0-sources.jar | 7 KB |
metrics-gelf-1.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graylog.metrics/metrics-gelf/ -->
<dependency>
<groupId>org.graylog.metrics</groupId>
<artifactId>metrics-gelf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog.metrics/metrics-gelf/
implementation 'org.graylog.metrics:metrics-gelf:1.0.0'
// https://jarcasting.com/artifacts/org.graylog.metrics/metrics-gelf/
implementation ("org.graylog.metrics:metrics-gelf:1.0.0")
'org.graylog.metrics:metrics-gelf:jar:1.0.0'
<dependency org="org.graylog.metrics" name="metrics-gelf" rev="1.0.0">
<artifact name="metrics-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog.metrics', module='metrics-gelf', version='1.0.0')
)
libraryDependencies += "org.graylog.metrics" % "metrics-gelf" % "1.0.0"
[org.graylog.metrics/metrics-gelf "1.0.0"]