This project is part of the DiscoveryDNS solution. It is a fork of the jdnssec-dnsjava library, itself fork of the popular DNSJava library.
This project is placed under the BSD license.
To build the ddns-dnsjava library, you must have the Java Development Kit (JDK) v6.0 or above, as well as Maven v2.2.1 or above installed. The project can be built with the command mvn package
.
Use your build's dependency management tool to automatically download the ddns-dnsjava library from Maven Central.
- groupId:
com.discoverydns
- artifactId:
ddns-dnsjava
- version:
1.1.8-r1685
For example (using Maven):
<dependencies>
<dependency>
<groupId>com.discoverydns</groupId>
<artifactId>ddns-dnsjava</artifactId>
<version>1.1.8-r1685</version>
</dependency>
</dependencies>
You can view the source on GitHub/DiscoveryDNS. Contributions via pull requests are welcome.
The javadoc is available online: here