is not current version
Last Version 2.5.0

com.github.collinalpert:lambda2sql 1.8.4

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

GroupId

GroupId

com.github.collinalpert
ArtifactId

ArtifactId

lambda2sql
Version

Version

1.8.4
Type

Type

jar

Download lambda2sql 1.8.4


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