is not current version
Last Version 0.4.1

com.spotify:netty4-zmtp 0.4.0

ZMTP, the ZeroMQ Message Transport Protocol for Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

netty4-zmtp
Version

Version

0.4.0
Type

Type

jar

Download netty4-zmtp 0.4.0


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