| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.offecka |
| ArtifactId | ArtifactIddbmapper |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDBMapper
Provides access to data storage to run queries and to map results onto plain objects
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbmapper-0.0.2.pom | |
| dbmapper-0.0.2.jar | 50 KB |
| dbmapper-0.0.2-sources.jar | 15 KB |
| dbmapper-0.0.2-javadoc.jar | 84 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
| net.offecka : kutils | jar | 0.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| 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 |