MVN

com.github.collinalpert : lambda2sql

Maven & Gradle

Aug 10, 2021
1 usages
2 stars

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

<dependency>
    <groupId>com.github.collinalpert</groupId>
    <artifactId>lambda2sql</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.collinalpert : lambda2sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.github.collinalpert : lambda2sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
lambda2sql-2.5.0
2.4.x
lambda2sql-2.4.0
2.3.x
lambda2sql-2.3.0
2.2.x
lambda2sql-2.2.2
lambda2sql-2.2.1
2.2
lambda2sql-2.2
2.1.x
lambda2sql-2.1.4
lambda2sql-2.1.3
lambda2sql-2.1.2
lambda2sql-2.1.1
2.1
lambda2sql-2.1
2.0
lambda2sql-2.0
1.8.x
lambda2sql-1.8.5
lambda2sql-1.8.4
lambda2sql-1.8.3
lambda2sql-1.8.2
lambda2sql-1.8.1
1.8
lambda2sql-1.8
1.7
lambda2sql-1.7
1.6.x
lambda2sql-1.6.5
lambda2sql-1.6.4
lambda2sql-1.6.3
lambda2sql-1.6.2
lambda2sql-1.6.1
1.6
lambda2sql-1.6
1.5
lambda2sql-1.5

How to add a dependency to Maven

Add the following com.github.collinalpert : lambda2sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.collinalpert</groupId>
    <artifactId>lambda2sql</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.collinalpert : lambda2sql gradle dependency to your build.gradle file:

implementation 'com.github.collinalpert:lambda2sql:2.5.0'

Gradle Kotlin DSL: Add the following com.github.collinalpert : lambda2sql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.collinalpert:lambda2sql:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.collinalpert : lambda2sql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.collinalpert" % "lambda2sql" % "2.5.0"

Advertisement