Skip to content

Commit

Permalink
Add info regarding SNAPSHOT repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Feb 26, 2013
1 parent 1edd3f9 commit d06a696
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,26 @@ Complete documentation, API, examples, tutorials and many more can be found here
If you are not using Maven, then **[here](http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.9/webcam-capture-0.3.9-dist.zip)**
you can download ZIP containing all required 3rd-party JARs.

You can also use the newest SNAPSHOT version, but please be aware -
sometimes it can be unstable. Please add the following repository into
your POM, and replace dependency if you decide to take the risk.

```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</artifactId>
<version>0.3.10-SNAPSHOT</version>
</dependency>

```

## Contribution

If you have spare time, knownledge or some small amount of money you
Expand Down

0 comments on commit d06a696

Please sign in to comment.