Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdnetty4-zmtp |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
netty4-zmtp-0.4.0.pom | |
netty4-zmtp-0.4.0.jar | 62 KB |
netty4-zmtp-0.4.0-sources.jar | 37 KB |
netty4-zmtp-0.4.0-javadoc.jar | 160 KB |
Browse |
<!-- 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"]