is not current version
Last Version 3.3.2

com.spotify:dns 3.0.1

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

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

dns
Version

Version

3.0.1
Type

Type

jar

Download dns 3.0.1


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