Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Savin committed Apr 10, 2015
1 parent 92ac182 commit dcdce42
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ OPFUtils

Common utils used among OPF libraries. Intended for the internal use.

* Add snapshot repository
```groovy
allprojects {
repositories {
...
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
}
```

* Add the release dependency:
Download the latest JAR or grab via Gradle:
```groovy
compile 'org.onepf:opfutils:0.1.20'
```

or the latest snapshot dependency:
```groovy
compile 'org.onepf:opfutils:0.1.20-SNAPSHOT'
or Maven:
```xml
<dependency>
<groupId>org.onepf</groupId>
<artifactId>opfutils</artifactId>
<version>0.1.20</version>
</dependency>
```

0 comments on commit dcdce42

Please sign in to comment.