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