.client.core-io.3.7.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-io Show documentation
Show all versions of core-io Show documentation
The official Couchbase JVM Core IO Library
// SPDX-License-Identifier: BSD-3-Clause
module org.dnsjava {
requires static lombok;
requires static java.naming;
requires static com.sun.jna;
requires static com.sun.jna.platform;
requires static java.net.http;
requires org.slf4j;
exports org.xbill.DNS;
exports org.xbill.DNS.config;
exports org.xbill.DNS.dnssec;
exports org.xbill.DNS.hosts;
exports org.xbill.DNS.lookup;
exports org.xbill.DNS.tools;
exports org.xbill.DNS.utils;
}