1
1
![ JBBP Logo] ( https://github.com/raydac/java-binary-block-parser/blob/master/logo.png )
2
2
3
3
[ ![ License Apache 2.0] ( https://img.shields.io/badge/license-Apache%20License%202.0-green.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4
- [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.2 |jar )
4
+ [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.3 |jar )
5
5
[ ![ Java 1.8+] ( https://img.shields.io/badge/java-1.8%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
6
6
[ ![ Android 3.0+] ( https://img.shields.io/badge/android-3.0%2b-green.svg )] ( http://developer.android.com/sdk/index.html )
7
7
[ ![ PayPal donation] ( https://img.shields.io/badge/donation-PayPal-cyan.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2 )
@@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
17
17
18
18
# Change log
19
19
20
- - __ 2.0.3 (SNAPSHOT )__
20
+ - __ 2.0.3 (03-jan-2021 )__
21
21
- added service methods ` JBBPUtils.traceData ` to print dump of an input stream into a PrintStream
22
22
- improved ` JBBPTokenizerException ` to show marked error
23
23
position [ #30 ] ( https://github.com/raydac/java-binary-block-parser/issues/30 )
@@ -27,9 +27,6 @@ that for Java. So I developed the JBBP library.<br>
27
27
- [ #28 ] ( https://github.com/raydac/java-binary-block-parser/issues/28 ) added ` JBBPOut#BinForceByteOrder ` to override
28
28
byte order defined in ` @Bin ` annotations of written object.
29
29
30
- - __ 2.0.1 (04-feb-2020)__
31
- - [ #26 ] ( https://github.com/raydac/java-binary-block-parser/issues/26 ) fixed bug in array write with MSB0
32
-
33
30
[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
34
31
35
32
# Maven dependency
@@ -40,12 +37,12 @@ The Framework has been published in the Maven Central and can be easily added as
40
37
<dependency>
41
38
<groupId>com.igormaznitsa</groupId>
42
39
<artifactId>jbbp</artifactId>
43
- <version>2.0.2 </version>
40
+ <version>2.0.3 </version>
44
41
</dependency>
45
42
```
46
43
47
44
the precompiled library jar, javadoc and sources also can be downloaded directly
48
- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.2 /jar )
45
+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.3 /jar )
49
46
50
47
# Hello world
51
48
@@ -118,7 +115,7 @@ in Maven it can be used through snippet:
118
115
<plugin >
119
116
<groupId >com.igormaznitsa</groupId >
120
117
<artifactId >jbbp-maven-plugin</artifactId >
121
- <version >2.0.2 </version >
118
+ <version >2.0.3 </version >
122
119
<executions >
123
120
<execution >
124
121
<id >gen-jbbp-src</id >
0 commit comments