We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d59d commit b1b8433Copy full SHA for b1b8433
README.md
@@ -49,7 +49,7 @@ The Framework has been published in the Maven Central and can be easily added as
49
<dependency>
50
<groupId>com.igormaznitsa</groupId>
51
<artifactId>jbbp</artifactId>
52
- <version>1.3.0</version>
+ <version>1.4.0</version>
53
</dependency>
54
```
55
the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](http://search.maven.org/#browse|808871750)
@@ -96,7 +96,7 @@ in Maven you should just add such plugin execution
96
<plugin>
97
98
<artifactId>jbbp-maven-plugin</artifactId>
99
100
<executions>
101
<execution>
102
<id>gen-jbbp-src</id>
0 commit comments