Categories |
CategoriesCLI User Interface Graylog Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.graylog2 |
ArtifactId | ArtifactIdgraylog2-rest-client |
Version | Version0.92.3 |
Type | Typejar |
Filename | Size |
---|---|
graylog2-rest-client-0.92.3.pom | |
graylog2-rest-client-0.92.3.jar | 362 KB |
graylog2-rest-client-0.92.3-sources.jar | 276 KB |
graylog2-rest-client-0.92.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-client/
implementation 'org.graylog2:graylog2-rest-client:0.92.3'
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-client/
implementation ("org.graylog2:graylog2-rest-client:0.92.3")
'org.graylog2:graylog2-rest-client:jar:0.92.3'
<dependency org="org.graylog2" name="graylog2-rest-client" rev="0.92.3">
<artifact name="graylog2-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2', module='graylog2-rest-client', version='0.92.3')
)
libraryDependencies += "org.graylog2" % "graylog2-rest-client" % "0.92.3"
[org.graylog2/graylog2-rest-client "0.92.3"]