You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 weeks ago | |
---|---|---|
gradle/wrapper | 4 months ago | |
src/dorkbox/dns | 4 weeks ago | |
src-wip | 8 months ago | |
src9 | 9 months ago | |
test/dorkbox/dns | 4 weeks ago | |
test2 | 8 months ago | |
.gitignore | 4 years ago | |
LICENSE | 4 weeks ago | |
LICENSE.Apachev2 | 4 years ago | |
LICENSE.BSD2 | 2 years ago | |
LICENSE.BSD3 | 4 years ago | |
LICENSE.CC0 | 2 years ago | |
LICENSE.MIT | 4 years ago | |
README.md | 4 weeks ago | |
build.gradle.kts | 4 weeks ago | |
gradle.properties | 1 year ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
settings.gradle.kts | 4 years ago |
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.8</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:NetworkDNS:2.8")
}
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.