File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.3 |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.4 |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 )
@@ -42,12 +42,12 @@ The Framework has been published in the Maven Central and can be easily added as
42
42
<dependency>
43
43
<groupId>com.igormaznitsa</groupId>
44
44
<artifactId>jbbp</artifactId>
45
- <version>2.0.3 </version>
45
+ <version>2.0.4 </version>
46
46
</dependency>
47
47
```
48
48
49
49
the precompiled library jar, javadoc and sources also can be downloaded directly
50
- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.3 /jar )
50
+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.4 /jar )
51
51
52
52
# Hello world
53
53
@@ -120,7 +120,7 @@ in Maven it can be used through snippet:
120
120
<plugin >
121
121
<groupId >com.igormaznitsa</groupId >
122
122
<artifactId >jbbp-maven-plugin</artifactId >
123
- <version >2.0.3 </version >
123
+ <version >2.0.4 </version >
124
124
<executions >
125
125
<execution >
126
126
<id >gen-jbbp-src</id >
You can’t perform that action at this time.
0 commit comments