Skip to content

Commit 2125f0f

Browse files
committed
updated readme
1 parent 5b79169 commit 2125f0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ It supports
1717
- underline splitted numbers
1818
- curly blocks
1919

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+
2031
# How to use?
2132
Parser implements stream which sequentially reads prolog terms from reader. By default PrologParser is abstract class but there is GenericPrologParser class provides minimalistic implementation.
2233
```

0 commit comments

Comments
 (0)