Skip to content

Commit

Permalink
Merge pull request #552 from yuripourre/patch-1
Browse files Browse the repository at this point in the history
Update lti-civil README.md
  • Loading branch information
sarxos authored Sep 13, 2017
2 parents 6a5b30a + dfc484b commit db7e015
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion webcam-capture-drivers/driver-lti-civil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,35 @@ do not have Mac OS machine to perform tests.

TBD

## Example
## Maven

Stable:

```xml
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-lti-civil</artifactId>
<version>0.3.10</version>
</dependency>
```

Snapshot:

```xml
<repository>
<id>Sonatype OSS Snapshot Repository</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
```
```xml
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-lti-civil</artifactId>
<version>0.3.11-SNAPSHOT</version>
</dependency>
```

## How To Use It

```java
static {
Expand Down

0 comments on commit db7e015

Please sign in to comment.