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.4 |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.5 |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 )
@@ -35,12 +35,12 @@ The Framework has been published in the Maven Central and can be easily added as
3535<dependency>
3636 <groupId>com.igormaznitsa</groupId>
3737 <artifactId>jbbp</artifactId>
38- <version>2.0.4 </version>
38+ <version>2.0.5 </version>
3939</dependency>
4040```
4141
4242the precompiled library jar, javadoc and sources also can be downloaded directly
43- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.4 /jar )
43+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.5 /jar )
4444
4545# Hello world
4646
@@ -113,7 +113,7 @@ in Maven it can be used through snippet:
113113<plugin >
114114 <groupId >com.igormaznitsa</groupId >
115115 <artifactId >jbbp-maven-plugin</artifactId >
116- <version >2.0.4 </version >
116+ <version >2.0.5 </version >
117117 <executions >
118118 <execution >
119119 <id >gen-jbbp-src</id >
You can’t perform that action at this time.
0 commit comments