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
@@ -24,10 +24,15 @@ The parser is a pure Java library without any 3-th side dependency, it is publis
24
24
<dependency>
25
25
<groupId>com.igormaznitsa</groupId>
26
26
<artifactId>java-prolog-parser</artifactId>
27
-
<version>2.0.2</version>
27
+
<version>2.1.0</version>
28
28
</dependency>
29
29
```
30
30
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
+
31
36
# How to use?
32
37
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.
0 commit comments