| License |
License |
|---|---|
| GroupId | GroupIdcom.increff.commons |
| ArtifactId | ArtifactIdcommons-gelf |
| Version | Version1.13 |
| Type | Typejar |
| Description |
Descriptioncommons-gelf
This library is useful for logging HTTP requests and responses using the GELF protocol to Graylog and to ELK for monitoring.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-gelf-1.13.pom | |
| commons-gelf-1.13.jar | 25 KB |
| commons-gelf-1.13-sources.jar | 17 KB |
| commons-gelf-1.13-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/ -->
<dependency>
<groupId>com.increff.commons</groupId>
<artifactId>commons-gelf</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/
implementation 'com.increff.commons:commons-gelf:1.13'
// https://jarcasting.com/artifacts/com.increff.commons/commons-gelf/
implementation ("com.increff.commons:commons-gelf:1.13")
'com.increff.commons:commons-gelf:jar:1.13'
<dependency org="com.increff.commons" name="commons-gelf" rev="1.13">
<artifact name="commons-gelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.increff.commons', module='commons-gelf', version='1.13')
)
libraryDependencies += "com.increff.commons" % "commons-gelf" % "1.13"
[com.increff.commons/commons-gelf "1.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nextscm.commons » commons-spring-client | jar | 2.0.2 |
| org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.13.3 |
| org.projectlombok : lombok | jar | 1.16.20 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |