lambda2sql

A library for converting Java lambdas into SQL where clauses in a type-safe manner.

License

License

The MIT License (MIT)
GroupId

GroupId

com.github.collinalpert
ArtifactId

ArtifactId

lambda2sql
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

lambda2sql
A library for converting Java lambdas into SQL where clauses in a type-safe manner.
Project URL

Project URL

https://github.com/CollinAlpert/lambda2sql
Source Code Management

Source Code Management

https://github.com/CollinAlpert/lambda2sql/tree/master

Download lambda2sql

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.collinalpert/lambda2sql/ -->
<dependency>
    <groupId>com.github.collinalpert</groupId>
    <artifactId>lambda2sql</artifactId>
    <version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.collinalpert/lambda2sql/
implementation 'com.github.collinalpert:lambda2sql:2.5.0'
// https://jarcasting.com/artifacts/com.github.collinalpert/lambda2sql/
implementation ("com.github.collinalpert:lambda2sql:2.5.0")
'com.github.collinalpert:lambda2sql:jar:2.5.0'
<dependency org="com.github.collinalpert" name="lambda2sql" rev="2.5.0">
  <artifact name="lambda2sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.collinalpert', module='lambda2sql', version='2.5.0')
)
libraryDependencies += "com.github.collinalpert" % "lambda2sql" % "2.5.0"
[com.github.collinalpert/lambda2sql "2.5.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.collinalpert : expressions jar 2.7.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2
2.1.4
2.1.3
2.1.2
2.1.1
2.1
2.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8
1.7
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6
1.5