is not current version
Last Version 1.8.0-RC1

com.alibaba:dns-cache-manipulator 1.2.0

A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.

GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

dns-cache-manipulator
Version

Version

1.2.0
Type

Type

jar

Download dns-cache-manipulator 1.2.0


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