NetworkDNS/README.md

38 lines
1005 B
Markdown
Raw Permalink Normal View History

2019-03-17 21:16:02 +01:00
NetworkDNS
2019-03-17 21:13:06 +01:00
=======
2021-05-02 23:40:47 +02:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/NetworkDNS) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/NetworkDNS) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/NetworkDNS)
2019-03-17 21:13:06 +01:00
2021-05-02 23:40:47 +02:00
The NetworkDNS project is a high-performance and event-driven/reactive DNS stack for Java 8+
2019-03-17 21:13:06 +01:00
2019-03-17 21:16:37 +01:00
- This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 8+
2019-03-17 21:16:02 +01:00
2019-03-17 21:13:06 +01:00
Maven Info
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkDNS</artifactId>
2023-10-02 23:49:13 +02:00
<version>2.16</version>
2019-03-17 21:13:06 +01:00
</dependency>
</dependencies>
```
Gradle Info
---------
2021-05-02 23:40:47 +02:00
```
2019-03-17 21:13:06 +01:00
dependencies {
...
2023-10-02 23:49:13 +02:00
implementation("com.dorkbox:NetworkDNS:2.16")
2019-03-17 21:13:06 +01:00
}
2021-05-02 23:40:47 +02:00
```
2019-03-17 21:13:06 +01:00
License
---------
2021-05-02 23:40:47 +02:00
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.
2019-03-17 21:13:06 +01:00