dnsjava:dnsjava (2.1.7)

Published 2026-02-24 13:43:35 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>dnsjava</groupId>
	<artifactId>dnsjava</artifactId>
	<version>2.1.7</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=dnsjava:dnsjava:2.1.7

About this package

dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0.

Dependencies

junit:junit
3.8.2
Details
Maven
2026-02-24 13:43:35 +00:00
1
dnsjava
BSD 2-Clause license
307 KiB
Assets (2)
Versions (1) View all
2.1.7 2026-02-24