DBMapper

Provides access to data storage to run queries and to map results onto plain objects

License

License

Categories

Categories

Net
GroupId

GroupId

net.offecka
ArtifactId

ArtifactId

dbmapper
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

DBMapper
Provides access to data storage to run queries and to map results onto plain objects
Project URL

Project URL

https://github.com/keyoffecka/dbmapper

Download dbmapper

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.4
net.offecka : kutils jar 0.0.3

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.h2database : h2 jar 1.4.192
com.google.guava : guava jar 19.0
ch.qos.logback : logback-classic jar 1.1.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1