Skip to content

Commit

Permalink
add installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed May 3, 2020
1 parent 5e109ce commit c7f5dac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ pdf-table requires compiled *OpenCV 3.4.2* to work properly:
* Windows: `<opencv dir>\build\java\x64`
* Linux: `TODO`

== Installation
[source, xml]
----
<dependency>
<groupId>com.github.rostrovsky</groupId>
<artifactId>pdf-table</artifactId>
<version>1.0.0</version>
</dependency>
----

== Usage

Expand Down

0 comments on commit c7f5dac

Please sign in to comment.