Categories |
CategoriesJDBI Data Databases |
---|---|
GroupId | GroupIdorg.jdbi.v2 |
ArtifactId | ArtifactIdjdbi-st4 |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jdbi-st4-0.2.0.pom | |
jdbi-st4-0.2.0.jar | 8 KB |
jdbi-st4-0.2.0-tests.jar | 21 KB |
jdbi-st4-0.2.0-test-sources.jar | 12 KB |
jdbi-st4-0.2.0-sources.jar | 4 KB |
jdbi-st4-0.2.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi.v2/jdbi-st4/ -->
<dependency>
<groupId>org.jdbi.v2</groupId>
<artifactId>jdbi-st4</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi.v2/jdbi-st4/
implementation 'org.jdbi.v2:jdbi-st4:0.2.0'
// https://jarcasting.com/artifacts/org.jdbi.v2/jdbi-st4/
implementation ("org.jdbi.v2:jdbi-st4:0.2.0")
'org.jdbi.v2:jdbi-st4:jar:0.2.0'
<dependency org="org.jdbi.v2" name="jdbi-st4" rev="0.2.0">
<artifact name="jdbi-st4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi.v2', module='jdbi-st4', version='0.2.0')
)
libraryDependencies += "org.jdbi.v2" % "jdbi-st4" % "0.2.0"
[org.jdbi.v2/jdbi-st4 "0.2.0"]