File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
Lambda2sql (lambda) -> "sql"
2
2
==========
3
3
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 )
5
5
6
6
Convert Java 8 lambdas to SQL statements.
7
7
@@ -51,21 +51,18 @@ Current version only works with predicates and supports the following operators:
51
51
Install
52
52
-------
53
53
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
55
55
56
56
``` gradle
57
57
repositories {
58
58
maven { url "https://jitpack.io" }
59
59
}
60
60
dependencies {
61
- compile 'com.github.ajermakovics:lambda2sql:v0.1 '
61
+ compile 'com.github.ajermakovics:lambda2sql:0.3 '
62
62
}
63
63
```
64
64
65
65
Build
66
66
---------
67
67
68
68
` 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
-
You can’t perform that action at this time.
0 commit comments