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 11![ JBBP Logo] ( https://github.com/raydac/java-binary-block-parser/blob/master/logo.png )
22
33[ ![ 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 )
55[ ![ Java 1.8+] ( https://img.shields.io/badge/java-1.8%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
66[ ![ Android 3.0+] ( https://img.shields.io/badge/android-3.0%2b-green.svg )] ( http://developer.android.com/sdk/index.html )
77[ ![ 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
4242<dependency>
4343 <groupId>com.igormaznitsa</groupId>
4444 <artifactId>jbbp</artifactId>
45- <version>2.0.3 </version>
45+ <version>2.0.4 </version>
4646</dependency>
4747```
4848
4949the 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 )
5151
5252# Hello world
5353
@@ -120,7 +120,7 @@ in Maven it can be used through snippet:
120120<plugin >
121121 <groupId >com.igormaznitsa</groupId >
122122 <artifactId >jbbp-maven-plugin</artifactId >
123- <version >2.0.3 </version >
123+ <version >2.0.4 </version >
124124 <executions >
125125 <execution >
126126 <id >gen-jbbp-src</id >
You can’t perform that action at this time.
0 commit comments