is not current version
Last Version 1.0-RC3

com.theotherian.dns:thread-local-dns 1.0-RC2

Alternative DNS implementation that supports overriding DNS lookups within the scope of an inheritable thread local value

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.theotherian.dns
ArtifactId

ArtifactId

thread-local-dns
Version

Version

1.0-RC2
Type

Type

jar

Download thread-local-dns 1.0-RC2


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