Categories |
CategoriesCLI User Interface Graylog Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.graylog2 |
ArtifactId | ArtifactIdgelfclient |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gelfclient-1.3.0.pom | |
gelfclient-1.3.0.jar | 35 KB |
gelfclient-1.3.0-sources.jar | 22 KB |
gelfclient-1.3.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graylog2/gelfclient/ -->
<dependency>
<groupId>org.graylog2</groupId>
<artifactId>gelfclient</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2/gelfclient/
implementation 'org.graylog2:gelfclient:1.3.0'
// https://jarcasting.com/artifacts/org.graylog2/gelfclient/
implementation ("org.graylog2:gelfclient:1.3.0")
'org.graylog2:gelfclient:jar:1.3.0'
<dependency org="org.graylog2" name="gelfclient" rev="1.3.0">
<artifact name="gelfclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2', module='gelfclient', version='1.3.0')
)
libraryDependencies += "org.graylog2" % "gelfclient" % "1.3.0"
[org.graylog2/gelfclient "1.3.0"]