Jxnet

Jxnet is a java library for capturing and sending network paket.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

com.ardikars.jxnet
Идентификатор

Идентификатор

jxnet-util
Последняя версия

Последняя версия

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jxnet
Jxnet is a java library for capturing and sending network paket.
Ссылка на сайт

Ссылка на сайт

https://github.com/ardikars/Jxnet
Организация-разработчик

Организация-разработчик

ardikars
Система контроля версий

Система контроля версий

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

Скачать jxnet-util

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.ardikars.jxnet : jxnet-core jar 1.1.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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/>.
 */

Версии библиотеки

Версия
1.1.4
1.1.3