is not current version
Last Version 3.3.2

com.spotify:dns 2.2.0

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

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

dns
Version

Version

2.2.0
Type

Type

jar

Download dns 2.2.0


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