![]() |
||
---|---|---|
gradle/wrapper | ||
src/dorkbox/dns | ||
src-wip | ||
src9 | ||
test/dorkbox/dns | ||
test2 | ||
.gitignore | ||
LICENSE | ||
LICENSE.Apachev2 | ||
LICENSE.BSD2 | ||
LICENSE.BSD3 | ||
LICENSE.CC0 | ||
LICENSE.MIT | ||
LICENSE.MPLv2 | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
NetworkDNS
The NetworkDNS project is a high-performance and event-driven/reactive DNS stack for Java 8+
- This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 8+
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkDNS</artifactId>
<version>2.16</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:NetworkDNS:2.16")
}
License
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.