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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,17 @@ It supports
17
17
- underline splitted numbers
18
18
- curly blocks
19
19
20
+
# Maven dependency
21
+
22
+
It is a library without 3th side dependencies, it is published im the Maven central and can be added into project just with:
23
+
```
24
+
<dependency>
25
+
<groupId>com.igormaznitsa</groupId>
26
+
<artifactId>java-prolog-parser</artifactId>
27
+
<version>2.0.1</version>
28
+
</dependency>
29
+
```
30
+
20
31
# How to use?
21
32
Parser implements stream which sequentially reads prolog terms from reader. By default PrologParser is abstract class but there is GenericPrologParser class provides minimalistic implementation.
0 commit comments