| License |
License |
|---|---|
| GroupId | GroupIdio.aboutcode.stage.persistence.jdbc |
| ArtifactId | ArtifactIdjdbc |
| Last Version | Last Version4.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionStage jdbc persistence
JDBC persistence related classes
|
| Filename | Size |
|---|---|
| jdbc-4.0.2.pom | 674 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.jdbc/jdbc/ -->
<dependency>
<groupId>io.aboutcode.stage.persistence.jdbc</groupId>
<artifactId>jdbc</artifactId>
<version>4.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.jdbc/jdbc/
implementation 'io.aboutcode.stage.persistence.jdbc:jdbc:4.0.2'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.jdbc/jdbc/
implementation ("io.aboutcode.stage.persistence.jdbc:jdbc:4.0.2")
'io.aboutcode.stage.persistence.jdbc:jdbc:pom:4.0.2'
<dependency org="io.aboutcode.stage.persistence.jdbc" name="jdbc" rev="4.0.2">
<artifact name="jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence.jdbc', module='jdbc', version='4.0.2')
)
libraryDependencies += "io.aboutcode.stage.persistence.jdbc" % "jdbc" % "4.0.2"
[io.aboutcode.stage.persistence.jdbc/jdbc "4.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| com.google.guava : guava | jar | 19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.9.5 |