Skip to content

Commit

Permalink
Add maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Jan 3, 2022
1 parent 66ae36d commit 00b331a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Video4j is a highlevel library ontop of `org.openpnp:opencv` which provides APIs

![VideoPlayer](examples/output.gif)

## Maven

```xml
<dependency>
<groupId>io.metaloom.video</groupId>
<artifactId>video4j</artifactId>
<version>1.0.0</version>
</dependency>
```

## Typical Usage

Expand Down

0 comments on commit 00b331a

Please sign in to comment.