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
文件下载
文件名 操作
qwery-1.1.0.jar 下载
qwery-1.1.0.pom 下载
qwery-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>uk.co.seanotoole</groupId>
  <artifactId>qwery</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'uk.co.seanotoole:qwery:1.1.0'
Gradle Kotlin
implementation("uk.co.seanotoole:qwery:1.1.0")
Scala SBT
libraryDependencies += "uk.co.seanotoole" % "qwery" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.seanotoole', module='qwery', version='1.1.0')
)
Apache Ivy
<dependency org="uk.co.seanotoole" name="qwery" rev="1.1.0" />
Leiningen
[uk.co.seanotoole/qwery "1.1.0"]
Apache Buildr
'uk.co.seanotoole:qwery:jar:1.1.0'