Registry / networking / dnsjava

dnsjava

JSON →
library3.6.5javamavenunverified

dnsjava is an implementation of DNS in Java, supporting all defined record types, zone transfers, dynamic updates, and DNSSEC.

<dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>3.6.5</version> </dependency>
INSTALL
IMPORT
SIG · DNSJAVA
D
dnsjava
networkingjavav3.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Lookup
org.xbill.DNS.Lookup

Perform a DNS lookup for A records.

import org.xbill.DNS.Lookup; import org.xbill.DNS.Type; Lookup lookup = new Lookup("example.com", Type.A); lookup.run();
Debug
Known issues
breakingVersion 3.x changed the package from org.xbill.DNS to org.xbill.dns, breaking existing imports.
fix
Update imports to org.xbill.dns.* when upgrading to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
dnsjava — mvn dependency:get dnsjava · libregistry