slytechs-repos / jnetpcap-sdk

PCAP capture/transmission with protocol enabled network packet dissection, analysis and reassembly
Other
1 stars 1 forks source link

jnetruntime-api not found #1

Open zsf513 opened 8 months ago

zsf513 commented 8 months ago
    <dependency>
        <groupId>com.slytechs.jnet.jnetruntime</groupId>
        <artifactId>jnetruntime-api</artifactId>
        <version>0.1.0</version>
    </dependency>

this dependency not found

ssill2 commented 2 months ago

I'm having the same trouble. I'd like to evaluate this for use in a project but I'm trying to find a concrete example where I can pull the artifacts via maven. I'm particularly targeting java 21 and a few of the projects need java 22.

In my environment we only use LTS releases of java so this is important.