Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdfr.loghub |
ArtifactId | ArtifactIdnetty-beats |
Version | Version1.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
netty-beats-1.0.0-RC1.pom | |
netty-beats-1.0.0-RC1.jar | 29 KB |
netty-beats-1.0.0-RC1-sources.jar | 14 KB |
netty-beats-1.0.0-RC1-javadoc.jar | 443 KB |
Browse |
<!-- 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"]