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

ap4j-core.2.0.0-alpha.4.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 com.sun.jna;
  requires slf4j.api;

  uses org.pcap4j.packet.factory.PacketFactoryBinderProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy