ap4j-core.2.0.0-alpha.4.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 com.sun.jna;
requires slf4j.api;
uses org.pcap4j.packet.factory.PacketFactoryBinderProvider;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy