is not current version
Last Version 1.3.4

org.graylog2:graylog2-rest-models 1.2.0

Graylog REST API Data Transfer Object Classes

Categories

Categories

Graylog Application Layer Libs Logging
GroupId

GroupId

org.graylog2
ArtifactId

ArtifactId

graylog2-rest-models
Version

Version

1.2.0
Type

Type

jar

Download graylog2-rest-models 1.2.0


<!-- https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-models/ -->
<dependency>
    <groupId>org.graylog2</groupId>
    <artifactId>graylog2-rest-models</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-models/
implementation 'org.graylog2:graylog2-rest-models:1.2.0'
// https://jarcasting.com/artifacts/org.graylog2/graylog2-rest-models/
implementation ("org.graylog2:graylog2-rest-models:1.2.0")
'org.graylog2:graylog2-rest-models:jar:1.2.0'
<dependency org="org.graylog2" name="graylog2-rest-models" rev="1.2.0">
  <artifact name="graylog2-rest-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graylog2', module='graylog2-rest-models', version='1.2.0')
)
libraryDependencies += "org.graylog2" % "graylog2-rest-models" % "1.2.0"
[org.graylog2/graylog2-rest-models "1.2.0"]