Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
/JxnetPublic archive

Commit028eb7e

Browse files
committed
1.5.4RELEASE, compile native lib on mac osx high sierra
1 parent02feaa3 commit028eb7e

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

‎README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Jxnet wraps a native packet capture library (libpcap/npcap) via JNI (Java Native
88
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d6ca7f3d9214098b1436990ac76a6cd)](https://www.codacy.com/project/jxnet/Jxnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jxnet/Jxnet&utm_campaign=Badge_Grade_Dashboard)
99
[![Build status](https://ci.appveyor.com/api/projects/status/ev4t6t1ssacwj18j?svg=true)](https://ci.appveyor.com/project/jxnet/jxnet)
1010

11-
[![Download](https://api.bintray.com/packages/ardikars/maven/com.ardikars.jxnet/images/download.svg?version=1.5.3.RELEASE)](https://bintray.com/ardikars/maven/com.ardikars.jxnet/1.5.3.RELEASE/link)
11+
[![Download](https://api.bintray.com/packages/ardikars/maven/com.ardikars.jxnet/images/download.svg?version=1.5.4.RELEASE)](https://bintray.com/ardikars/maven/com.ardikars.jxnet/1.5.4.RELEASE/link)
1212

1313

1414
Features
@@ -63,7 +63,7 @@ List of supported protocol available at [Jxpacket](https://github.com/jxnet/Jxpa
6363
>>> <dependency>
6464
>>> <groupId>com.ardikars.jxnet</groupId>
6565
>>> <artifactId>jxnet</artifactId>
66-
>>> <version>1.5.3.RELEASE</version>
66+
>>> <version>1.5.4.RELEASE</version>
6767
>>> <type>pom</type>
6868
>>> <scope>import</scope>
6969
>>> </dependency>
@@ -82,7 +82,7 @@ List of supported protocol available at [Jxpacket](https://github.com/jxnet/Jxpa
8282
>>> }
8383
>>>
8484
>>> dependencyManagement {
85-
>>> imports { mavenBom("com.ardikars.jxnet:jxnet:1.5.3.RELEASE") }
85+
>>> imports { mavenBom("com.ardikars.jxnet:jxnet:1.5.4.RELEASE") }
8686
>>> }
8787
>>> ```
8888
@@ -161,7 +161,6 @@ public class DefaultJxpacketHandler implements JxpacketHandler<String> {
161161
| jxnet.jxpacket.autoRegister| LIVE, OFFLINE| false| Auto register jxpacket protocol|
162162

163163

164-
165164
Build Jxnet from Source
166165
=============================
167166

@@ -215,12 +214,6 @@ GNU Lesser General Public License, Version 3
215214
*/
216215
```
217216

218-
Contact
219-
=======
220-
221-
Email: Ardika Rommy Sanjaya (contact@ardikars.com)
222-
223-
224217
Issues
225218
======
226219

‎gradle/configure.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77

88
NAME='Jxnet'
99
GROUP='com.ardikars.jxnet'
10-
VERSION='1.5.4.RC1'
10+
VERSION='1.5.4.RELEASE'
1111
DESCRIPTION='Jxnet is a java library for capturing and sending network packet.'
1212

1313
NDK_HOME="${System.env.NDK_HOME}"
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp