Categories |
CategoriesCLI User Interface Graylog Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.graylog2 |
ArtifactId | ArtifactIdgraylog2-rest-client |
Version | Version0.92.4 |
Type | Typejar |
Filename | Size |
---|---|
graylog2-rest-client-0.92.4.pom | |
graylog2-rest-client-0.92.4.jar | 362 KB |
graylog2-rest-client-0.92.4-sources.jar | 276 KB |
graylog2-rest-client-0.92.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-client/ -->
<dependency>
<groupId>org.graylog2</groupId>
<artifactId>graylog2-rest-client</artifactId>
<version>0.92.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-client/
implementation 'org.graylog2:graylog2-rest-client:0.92.4'
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-client/
implementation ("org.graylog2:graylog2-rest-client:0.92.4")
'org.graylog2:graylog2-rest-client:jar:0.92.4'
<dependency org="org.graylog2" name="graylog2-rest-client" rev="0.92.4">
<artifact name="graylog2-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2', module='graylog2-rest-client', version='0.92.4')
)
libraryDependencies += "org.graylog2" % "graylog2-rest-client" % "0.92.4"
[org.graylog2/graylog2-rest-client "0.92.4"]