License |
License |
---|---|
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdsql4j |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.llorllale:sql4j
Fluent Java API for low-level construction of correct SQL.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sql4j-0.5.0.pom | |
sql4j-0.5.0.jar | 25 KB |
sql4j-0.5.0-sources.jar | 13 KB |
sql4j-0.5.0-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.llorllale/sql4j/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>sql4j</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/sql4j/
implementation 'org.llorllale:sql4j:0.5.0'
// https://jarcasting.com/artifacts/org.llorllale/sql4j/
implementation ("org.llorllale:sql4j:0.5.0")
'org.llorllale:sql4j:jar:0.5.0'
<dependency org="org.llorllale" name="sql4j" rev="0.5.0">
<artifact name="sql4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='sql4j', version='0.5.0')
)
libraryDependencies += "org.llorllale" % "sql4j" % "0.5.0"
[org.llorllale/sql4j "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |