is not current version
Last Version 1.0

fr.loghub:netty-beats 1.0.0-RC1

Beats/Lumberjack Netty implementation. Forked from https://github.com/logstash-plugins/logstash-input-beats to keep only the netty parts.

Categories

Categories

Net Netty Networking
GroupId

GroupId

fr.loghub
ArtifactId

ArtifactId

netty-beats
Version

Version

1.0.0-RC1
Type

Type

jar

Download netty-beats 1.0.0-RC1


<!-- https://jarcasting.com/artifacts/fr.loghub/netty-beats/ -->
<dependency>
    <groupId>fr.loghub</groupId>
    <artifactId>netty-beats</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.loghub/netty-beats/
implementation 'fr.loghub:netty-beats:1.0.0-RC1'
// https://jarcasting.com/artifacts/fr.loghub/netty-beats/
implementation ("fr.loghub:netty-beats:1.0.0-RC1")
'fr.loghub:netty-beats:jar:1.0.0-RC1'
<dependency org="fr.loghub" name="netty-beats" rev="1.0.0-RC1">
  <artifact name="netty-beats" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.loghub', module='netty-beats', version='1.0.0-RC1')
)
libraryDependencies += "fr.loghub" % "netty-beats" % "1.0.0-RC1"
[fr.loghub/netty-beats "1.0.0-RC1"]