is not current version
Last Version 3.0

com.github.dingey:jdbc-mapper 2.0

jdbc-mapper util

GroupId

GroupId

com.github.dingey
ArtifactId

ArtifactId

jdbc-mapper
Version

Version

2.0
Type

Type

jar

Download jdbc-mapper 2.0


<!-- https://jarcasting.com/artifacts/com.github.dingey/jdbc-mapper/ -->
<dependency>
    <groupId>com.github.dingey</groupId>
    <artifactId>jdbc-mapper</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/jdbc-mapper/
implementation 'com.github.dingey:jdbc-mapper:2.0'
// https://jarcasting.com/artifacts/com.github.dingey/jdbc-mapper/
implementation ("com.github.dingey:jdbc-mapper:2.0")
'com.github.dingey:jdbc-mapper:jar:2.0'
<dependency org="com.github.dingey" name="jdbc-mapper" rev="2.0">
  <artifact name="jdbc-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='jdbc-mapper', version='2.0')
)
libraryDependencies += "com.github.dingey" % "jdbc-mapper" % "2.0"
[com.github.dingey/jdbc-mapper "2.0"]