| License |
License |
|---|---|
| GroupId | GroupIdio.github.josevjunior |
| ArtifactId | ArtifactIdsimplejdbc |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimplejdbc
A simple database row mapper library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simplejdbc-0.1.pom | |
| simplejdbc-0.1.jar | 30 KB |
| simplejdbc-0.1-sources.jar | 16 KB |
| simplejdbc-0.1-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.josevjunior/simplejdbc/ -->
<dependency>
<groupId>io.github.josevjunior</groupId>
<artifactId>simplejdbc</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.josevjunior/simplejdbc/
implementation 'io.github.josevjunior:simplejdbc:0.1'
// https://jarcasting.com/artifacts/io.github.josevjunior/simplejdbc/
implementation ("io.github.josevjunior:simplejdbc:0.1")
'io.github.josevjunior:simplejdbc:jar:0.1'
<dependency org="io.github.josevjunior" name="simplejdbc" rev="0.1">
<artifact name="simplejdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.josevjunior', module='simplejdbc', version='0.1')
)
libraryDependencies += "io.github.josevjunior" % "simplejdbc" % "0.1"
[io.github.josevjunior/simplejdbc "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-dbutils : commons-dbutils | jar | 1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| com.h2database : h2 | jar | 1.4.200 |