License |
License |
---|---|
GroupId | GroupIdio.github.whilein.wcommons |
ArtifactId | ArtifactIdwcommons-sql |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionwcommons/sql
Adapter for raw jdbc queries
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wcommons-sql-1.1.1.pom | |
wcommons-sql-1.1.1.jar | 34 KB |
wcommons-sql-1.1.1-sources.jar | 19 KB |
wcommons-sql-1.1.1-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-sql/ -->
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-sql</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-sql/
implementation 'io.github.whilein.wcommons:wcommons-sql:1.1.1'
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-sql/
implementation ("io.github.whilein.wcommons:wcommons-sql:1.1.1")
'io.github.whilein.wcommons:wcommons-sql:jar:1.1.1'
<dependency org="io.github.whilein.wcommons" name="wcommons-sql" rev="1.1.1">
<artifact name="wcommons-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.whilein.wcommons', module='wcommons-sql', version='1.1.1')
)
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-sql" % "1.1.1"
[io.github.whilein.wcommons/wcommons-sql "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.zaxxer : HikariCP | jar | 5.0.1 |
io.github.whilein.wcommons : wcommons-flow | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 2.1.212 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |