Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiastucki committed Feb 25, 2016
1 parent 7396d39 commit c71c3fc
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions README.md
Expand Up @@ -13,22 +13,8 @@ Recast & Detour is licensed under ZLib license, see License.txt for more informa

## Maven

Recast4j snapshots are currently available in Sonatype snapshots repository.
```
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```

####Releases
Recast4j releases are available in Maven Central Repository.
The project includes 4 artifacts:
```
<dependency>
Expand All @@ -52,3 +38,21 @@ The project includes 4 artifacts:
<version>1.0.0-SNAPSHOT</version>
</dependency>
```

####Snapshots
Recast4j snapshots are currently available in Sonatype snapshots repository.
```
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```

0 comments on commit c71c3fc

Please sign in to comment.