ap4j-core.1.8.0.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 pcap4j-core Show documentation
Show all versions of pcap4j-core Show documentation
The core module of Pcap4J.
module org.pcap4j.core {
exports org.pcap4j.core;
exports org.pcap4j.packet;
exports org.pcap4j.packet.factory;
exports org.pcap4j.packet.namednumber;
exports org.pcap4j.packet.constant;
exports org.pcap4j.util;
opens org.pcap4j.packet;
opens org.pcap4j.packet.namednumber;
requires java.sql;
// These transitive modifiers are needed to avoid weird surefire errors
// during pcap4j-packetfactory-* testing (due to maybe surefire's bug).
requires transitive com.sun.jna;
requires transitive slf4j.api;
uses org.pcap4j.packet.factory.PacketFactoryBinderProvider;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy