Skip to content

Commit e6b8fc9

Browse files
authored
Update README.MD
1 parent db9a8e2 commit e6b8fc9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.MD

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Lambda2sql (lambda) -> "sql"
22
==========
33

4-
[![Release](https://img.shields.io/github/tag/ajermakovics/lambda2sql.svg?label=version)](https://jitpack.io/#ajermakovics/lambda2sql/v0.1)
4+
[![](https://jitpack.io/v/ajermakovics/lambda2sql.svg)](https://jitpack.io/#ajermakovics/lambda2sql)
55

66
Convert Java 8 lambdas to SQL statements.
77

@@ -51,21 +51,18 @@ Current version only works with predicates and supports the following operators:
5151
Install
5252
-------
5353

54-
You can get the library using JitPack https://jitpack.io/#ajermakovics/lambda2sql/v0.1
54+
You can get the library using JitPack https://jitpack.io/#ajermakovics/lambda2sql/0.3
5555

5656
```gradle
5757
repositories {
5858
maven { url "https://jitpack.io" }
5959
}
6060
dependencies {
61-
compile 'com.github.ajermakovics:lambda2sql:v0.1'
61+
compile 'com.github.ajermakovics:lambda2sql:0.3'
6262
}
6363
```
6464

6565
Build
6666
---------
6767

6868
`gradle jar` or `gradle fatjar` to include dependencies.
69-
70-
or you can just [download the fat jar](http://dl.bintray.com/ajermakovics/jar/lambda2sql-0.1.jar).
71-

0 commit comments

Comments
 (0)