Skip to content

Commit a4e3438

Browse files
committed
updated
1 parent 87c7804 commit a4e3438

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
2-
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/java-prolog-parser/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|java-prolog-parser|2.0.2|jar)
2+
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/java-prolog-parser/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|java-prolog-parser|2.1.0|jar)
33
[![Java 8.0+](https://img.shields.io/badge/java-8.0%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
44
[![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)
55
[![YooMoney donation](https://img.shields.io/badge/donation-Yoo.money-blue.svg)](https://yoomoney.ru/to/41001158080699)
@@ -24,10 +24,15 @@ The parser is a pure Java library without any 3-th side dependency, it is publis
2424
<dependency>
2525
<groupId>com.igormaznitsa</groupId>
2626
<artifactId>java-prolog-parser</artifactId>
27-
<version>2.0.2</version>
27+
<version>2.1.0</version>
2828
</dependency>
2929
```
3030

31+
# How to build?
32+
33+
Just use maven command `mvn install` to get result JAR. The JAR will be Java 1.8 compatible but it requires Java 11+ for
34+
build for involved maven plugins.
35+
3136
# How to use?
3237
Parser implements stream which sequentially reads prolog terms provided by reader. By default, PrologParser is abstract class but there is pre-defined implementation GenericPrologParser for common cases.
3338
```java

0 commit comments

Comments
 (0)