|
1 | 1 | [](http://www.apache.org/licenses/LICENSE-2.0) |
2 | | -[](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.1|jar) |
| 2 | +[](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.2|jar) |
3 | 3 | [](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
4 | 4 | [](http://developer.android.com/sdk/index.html) |
5 | 5 | [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2) |
@@ -27,10 +27,10 @@ The Framework has been published in the Maven Central and can be easily added as |
27 | 27 | <dependency> |
28 | 28 | <groupId>com.igormaznitsa</groupId> |
29 | 29 | <artifactId>jbbp</artifactId> |
30 | | - <version>2.0.1</version> |
| 30 | + <version>2.0.2</version> |
31 | 31 | </dependency> |
32 | 32 | ``` |
33 | | -the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.1/jar) |
| 33 | +the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.2/jar) |
34 | 34 |
|
35 | 35 | # Hello world |
36 | 36 | The library is very easy in use because in many cases only two its classes are needed - com.igormaznitsa.jbbp.JBBPParser (for data parsing) and com.igormaznitsa.jbbp.io.JBBPOut (for binary block writing). Both these classes work over low-level IO classes - com.igormaznitsa.jbbp.io.JBBPBitInputStream and com.igormaznitsa.jbbp.io.JBBPBitOutputStream, those bit stream classes are the core of the library. |
@@ -74,7 +74,7 @@ in Maven it can be used through snippet: |
74 | 74 | <plugin> |
75 | 75 | <groupId>com.igormaznitsa</groupId> |
76 | 76 | <artifactId>jbbp-maven-plugin</artifactId> |
77 | | - <version>2.0.1</version> |
| 77 | + <version>2.0.2</version> |
78 | 78 | <executions> |
79 | 79 | <execution> |
80 | 80 | <id>gen-jbbp-src</id> |
|
0 commit comments