Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add references to the SNAPSHOT repository.
  • Loading branch information
s17t authored Jan 7, 2017
1 parent be41378 commit 7fdec39
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@ To use the latest release of crawler4j, please use the following snippet in your
</dependency>
```

#### Snapshot

You can add the following to use the next SNAPSHOT release

```xml
<repositories>
<repository>
<id>onebeartoe</id>
<name>onebeartoe</name>
<url>https://repository-onebeartoe.forge.cloudbees.com/snapshot/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>edu.uci.ics</groupId>
<artifactId>crawler4j</artifactId>
<version>4.3-SNAPSHOT</version>
</dependency>
</dependencies>
```

### Without Maven

crawler4j JARs are available on the [releases page](https://github.com/yasserg/crawler4j/releases)
Expand Down

0 comments on commit 7fdec39

Please sign in to comment.