High-performance and event-driven/reactive DNS network stack for Java 8+
 
 
Go to file
Robinson 0c58996f28
updated gradle
2021-10-01 11:35:29 +02:00
gradle/wrapper updated gradle 2021-10-01 11:35:29 +02:00
src/dorkbox/dns Updated licensing library, Changed line endings to LF from CRLF 2021-06-29 23:22:55 +02:00
src-wip Updated version, added dnscache idea 2021-05-02 23:40:47 +02:00
src9 updated gradle 2021-05-02 23:24:51 +02:00
test/dorkbox/dns Updated version 2021-04-26 16:10:02 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:33 +02:00
LICENSE Updated version, added dnscache idea 2021-05-02 23:40:47 +02:00
LICENSE.Apachev2 Added license information 2019-03-17 16:46:32 +01:00
LICENSE.BSD2 Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.BSD3 Added license information 2019-03-17 16:46:32 +01:00
LICENSE.CC0 Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.EPL Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.GPLv2_CP Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.MIT Added license information 2019-03-17 16:46:32 +01:00
README.md Updated version, added dnscache idea 2021-05-02 23:40:47 +02:00
build.gradle.kts build cleanup 2021-08-18 18:26:14 -06:00
gradle.properties build cleanup 2021-08-18 18:26:14 -06:00
gradlew updated gradle 2021-05-02 23:24:51 +02:00
gradlew.bat updated gradle 2021-10-01 11:35:29 +02:00
settings.gradle.kts initial commit from Network/Network-DNS split 2019-02-12 11:34:03 +01:00

README.md

NetworkDNS

Dorkbox Github Gitlab

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>1.3</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:NetworkDNS:1.3")
}

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.