is not current version
Last Version 3.3.2

com.spotify:dns 3.0.2

A thin wrapper around dnsjava for some features related to SRV lookups.

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

dns
Version

Version

3.0.2
Type

Type

jar

Download dns 3.0.2


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