Categories |
CategoriesNet CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdnetty-codec-dns |
Version | Version2.0.34 |
Type | Typejar |
Filename | Size |
---|---|
netty-codec-dns-2.0.34.pom | |
netty-codec-dns-2.0.34.jar | 53 KB |
netty-codec-dns-2.0.34-sources.jar | 50 KB |
netty-codec-dns-2.0.34-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/netty-codec-dns/ -->
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>netty-codec-dns</artifactId>
<version>2.0.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/netty-codec-dns/
implementation 'org.asynchttpclient:netty-codec-dns:2.0.34'
// https://jarcasting.com/artifacts/org.asynchttpclient/netty-codec-dns/
implementation ("org.asynchttpclient:netty-codec-dns:2.0.34")
'org.asynchttpclient:netty-codec-dns:jar:2.0.34'
<dependency org="org.asynchttpclient" name="netty-codec-dns" rev="2.0.34">
<artifact name="netty-codec-dns" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='netty-codec-dns', version='2.0.34')
)
libraryDependencies += "org.asynchttpclient" % "netty-codec-dns" % "2.0.34"
[org.asynchttpclient/netty-codec-dns "2.0.34"]