MVN

com.dorkbox : NetworkDNS

Maven & Gradle

Aug 20, 2023

NetworkDNS · High-performance and event-driven/reactive DNS stack for Java 8+

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>NetworkDNS</artifactId>
    <version>2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : NetworkDNS to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14

All Versions

Choose a version of com.dorkbox : NetworkDNS to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14
NetworkDNS-2.14
2.12
NetworkDNS-2.12
2.11
NetworkDNS-2.11
2.10
NetworkDNS-2.10
2.9
NetworkDNS-2.9
2.8
NetworkDNS-2.8
2.7.x
NetworkDNS-2.7.2
NetworkDNS-2.7.1
2.7
NetworkDNS-2.7
2.6
NetworkDNS-2.6
2.5
NetworkDNS-2.5
2.4
NetworkDNS-2.4
2.3
NetworkDNS-2.3
2.2
NetworkDNS-2.2
2.1
NetworkDNS-2.1
2.0
NetworkDNS-2.0
1.6.x
NetworkDNS-1.6.1
1.6
NetworkDNS-1.6
1.5
NetworkDNS-1.5
1.4
NetworkDNS-1.4
1.3.x
NetworkDNS-1.3.1
1.3
NetworkDNS-1.3
1.2
NetworkDNS-1.2
1.1
NetworkDNS-1.1
1.0
NetworkDNS-1.0

How to add a dependency to Maven

Add the following com.dorkbox : NetworkDNS maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>NetworkDNS</artifactId>
    <version>2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : NetworkDNS gradle dependency to your build.gradle file:

implementation 'com.dorkbox:NetworkDNS:2.14'

Gradle Kotlin DSL: Add the following com.dorkbox : NetworkDNS gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:NetworkDNS:2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : NetworkDNS sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "NetworkDNS" % "2.14"

Advertisement