| License |
License |
|---|---|
| Categories |
CategoriesGraylog Application Layer Libs Logging |
| GroupId | GroupIdorg.graylog2 |
| ArtifactId | ArtifactIdgelfj |
| Last Version | Last Version1.1.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongelfj
GELF implementation in Java and log4j appender without any dependencies.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gelfj-1.1.16.pom | |
| gelfj-1.1.16.jar | 26 KB |
| gelfj-1.1.16-sources.jar | 13 KB |
| gelfj-1.1.16-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graylog2/gelfj/ -->
<dependency>
<groupId>org.graylog2</groupId>
<artifactId>gelfj</artifactId>
<version>1.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2/gelfj/
implementation 'org.graylog2:gelfj:1.1.16'
// https://jarcasting.com/artifacts/org.graylog2/gelfj/
implementation ("org.graylog2:gelfj:1.1.16")
'org.graylog2:gelfj:jar:1.1.16'
<dependency org="org.graylog2" name="gelfj" rev="1.1.16">
<artifact name="gelfj" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2', module='gelfj', version='1.1.16')
)
libraryDependencies += "org.graylog2" % "gelfj" % "1.1.16"
[org.graylog2/gelfj "1.1.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| log4j : log4j | jar | 1.2.17 |
| com.rabbitmq : amqp-client Optional | jar | 3.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |
| com.google.guava : guava | jar | 18.0-rc1 |