Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
landawn authored Jul 30, 2017
1 parent ddfc4d2 commit 169e0e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ A general programming library/framework in Java. It's simple, powerful and easy
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-util:0.9.75'
compile 'com.landawn:abacus-util:0.9.76'
// JDK 1.8 or above with kryo-3.0.3, snappy-java-1.1.2.6 and lz4-1.3.0:
compile 'com.landawn:abacus-util-all:0.9.75'
compile 'com.landawn:abacus-util-all:0.9.76'
// JDK 1.7:
compile 'com.landawn:abacus-util-jdk7:0.9.75'
compile 'com.landawn:abacus-util-jdk7:0.9.76'
// JDK 1.7 with kryo-3.0.3, snappy-java-1.1.2.6 and lz4-1.3.0:
compile 'com.landawn:abacus-util-all-jdk7:0.9.75'
compile 'com.landawn:abacus-util-all-jdk7:0.9.76'
// Android (Java 1.7):
compile 'abacus-android-jdk7:0.9.75'
compile 'abacus-android-jdk7:0.9.76'
// Android-SE (Java 1.7) - small edition without Stream/Matrix/Sheet/...:
compile 'abacus-android-se-jdk7:0.9.75'
compile 'abacus-android-se-jdk7:0.9.76'
// Android (Java 1.8 or above):
compile 'com.landawn:abacus-android:0.9.75'
compile 'com.landawn:abacus-android:0.9.76'
// Android-SE (Java 1.8 or above) - small edition without Stream/Matrix/Sheet/...:
compile 'com.landawn:abacus-android-se:0.9.75'
compile 'com.landawn:abacus-android-se:0.9.76'
```

## Usage:
Expand Down

0 comments on commit 169e0e1

Please sign in to comment.