is not current version
Last Version 0.3.2

com.spotify:netty-zmtp 0.3.1

ZMTP, the ZeroMQ Message Transport Protocol for Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

netty-zmtp
Version

Version

0.3.1
Type

Type

jar

Download netty-zmtp 0.3.1


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