jxnet-bom

BOM module for Jxnet.

License

License

Categories

Categories

Net
GroupId

GroupId

com.ardikars.jxnet
ArtifactId

ArtifactId

jxnet-bom
Last Version

Last Version

1.4.3.RC5
Release Date

Release Date

Type

Type

jar
Description

Description

jxnet-bom
BOM module for Jxnet.
Project URL

Project URL

https://github.com/jxnet/Jxnet
Project Organization

Project Organization

ardikars
Source Code Management

Source Code Management

https://github.com/jxnet/Jxnet.git

Download jxnet-bom

How to add to project

<!-- https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/ -->
<dependency>
    <groupId>com.ardikars.jxnet</groupId>
    <artifactId>jxnet-bom</artifactId>
    <version>1.4.3.RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/
implementation 'com.ardikars.jxnet:jxnet-bom:1.4.3.RC5'
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/
implementation ("com.ardikars.jxnet:jxnet-bom:1.4.3.RC5")
'com.ardikars.jxnet:jxnet-bom:jar:1.4.3.RC5'
<dependency org="com.ardikars.jxnet" name="jxnet-bom" rev="1.4.3.RC5">
  <artifact name="jxnet-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxnet', module='jxnet-bom', version='1.4.3.RC5')
)
libraryDependencies += "com.ardikars.jxnet" % "jxnet-bom" % "1.4.3.RC5"
[com.ardikars.jxnet/jxnet-bom "1.4.3.RC5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Developement has been stopped, please use https://github.com/ardikars/pcap instead.

Jxnet

Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/npcap) via JNI (Java Native Interface).

License

GNU Lesser General Public License, Version 3

/**
 * Copyright (C) 2015-2018 Jxnet
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
com.ardikars.jxnet

Jxnet

Versions

Version
1.4.3.RC5
1.4.3.RC4