You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
20
20
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
21
21
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
@@ -56,7 +56,7 @@ The Framework has been published in the Maven Central and can be easily added as
56
56
<dependency>
57
57
<groupId>com.igormaznitsa</groupId>
58
58
<artifactId>jbbp</artifactId>
59
-
<version>1.4.0</version>
59
+
<version>1.4.1</version>
60
60
</dependency>
61
61
```
62
62
the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](http://search.maven.org/#browse|808871750)
@@ -103,7 +103,7 @@ in Maven you should just add such plugin execution
Copy file name to clipboardExpand all lines: jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/test/resources/com/igormaznitsa/jbbp/plugin/mvn/mojoConfig.xml
0 commit comments