is not current version
Last Version 3.1.1

tech.raaf:logelastic 3.1.0

LogElastic is a simple Log4j2 logging component intended for shippling logs directly to Elasticsearch without intermediary components.

GroupId

GroupId

tech.raaf
ArtifactId

ArtifactId

logelastic
Version

Version

3.1.0
Type

Type

jar

Download logelastic 3.1.0


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