Skip to content

hammerPC/ddns-dnsjava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is part of the DiscoveryDNS solution. It is a fork of the jdnssec-dnsjava library, itself fork of the popular DNSJava library.

License

This project is placed under the BSD license.

Building

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.

Installation and Setup

How to get the ddns-dnsjava library

Dependency Management

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>

Contribute

You can view the source on GitHub/DiscoveryDNS. Contributions via pull requests are welcome.

Development documentation

The javadoc is available online: here

About

DiscoveryDNS fork of DNSJava project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%