We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e03c95 commit bc9df21Copy full SHA for bc9df21
README.MD
@@ -1,6 +1,8 @@
1
Lambda2sql (lambda) -> "sql"
2
==========
3
4
+[](https://jitpack.io/#ajermakovics/lambda2sql/v0.1)
5
+
6
Convert Java 8 lambdas to SQL statements.
7
8
For example, the following Predicate<Person>:
@@ -51,6 +53,14 @@ Install
51
53
52
54
You can get the library using JitPack https://jitpack.io/#ajermakovics/lambda2sql/v0.1
55
56
+```gradle
57
+repositories {
58
+ maven { url "https://jitpack.io" }
59
+}
60
+dependencies {
61
+ compile 'com.github.ajermakovics:lambda2sql:v0.1'
62
63
+```
64
65
Build
66
---------
0 commit comments