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