All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ap4j-core.1.8.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha.6
Show newest version
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