@@ -8,7 +8,7 @@ Jxnet wraps a native packet capture library (libpcap/npcap) via JNI (Java Native
8
8
[ ![ 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 )
9
9
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ev4t6t1ssacwj18j?svg=true )] ( https://ci.appveyor.com/project/jxnet/jxnet )
10
10
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 )
12
12
13
13
14
14
Features
@@ -63,7 +63,7 @@ List of supported protocol available at [Jxpacket](https://github.com/jxnet/Jxpa
63
63
>>> <dependency>
64
64
>>> <groupId>com.ardikars.jxnet</groupId>
65
65
>>> <artifactId>jxnet</artifactId>
66
- >>> <version>1.5.3 .RELEASE</version>
66
+ >>> <version>1.5.4 .RELEASE</version>
67
67
>>> <type>pom</type>
68
68
>>> <scope>import</scope>
69
69
>>> </dependency>
@@ -82,7 +82,7 @@ List of supported protocol available at [Jxpacket](https://github.com/jxnet/Jxpa
82
82
>>> }
83
83
>>>
84
84
>>> dependencyManagement {
85
- >>> imports { mavenBom("com.ardikars.jxnet:jxnet:1.5.3 .RELEASE") }
85
+ >>> imports { mavenBom("com.ardikars.jxnet:jxnet:1.5.4 .RELEASE") }
86
86
>>> }
87
87
>>> ```
88
88
@@ -161,7 +161,6 @@ public class DefaultJxpacketHandler implements JxpacketHandler<String> {
161
161
| jxnet.jxpacket.autoRegister| LIVE, OFFLINE| false| Auto register jxpacket protocol|
162
162
163
163
164
-
165
164
Build Jxnet from Source
166
165
=============================
167
166
@@ -215,12 +214,6 @@ GNU Lesser General Public License, Version 3
215
214
*/
216
215
```
217
216
218
- Contact
219
- =======
220
-
221
- Email: Ardika Rommy Sanjaya (contact@ardikars.com )
222
-
223
-
224
217
Issues
225
218
======
226
219