q

qwery

Qwery is a lightweight Java library to generate SQL statements. It's aim is to make it easier to write dynamic SQL in Java code that is as easy to read as it is to write.
https://github.com/SeanOToole/Qwery
The MIT License (MIT)
Sean O'Toole
Files download
File Operation
qwery-2.0.0.jar download
qwery-2.0.0.pom download
qwery-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.seanotoole</groupId>
  <artifactId>qwery</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'uk.co.seanotoole:qwery:2.0.0'
Gradle Kotlin
implementation("uk.co.seanotoole:qwery:2.0.0")
Scala SBT
libraryDependencies += "uk.co.seanotoole" % "qwery" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.seanotoole', module='qwery', version='2.0.0')
)
Apache Ivy
<dependency org="uk.co.seanotoole" name="qwery" rev="2.0.0" />
Leiningen
[uk.co.seanotoole/qwery "2.0.0"]
Apache Buildr
'uk.co.seanotoole:qwery:jar:2.0.0'