License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.zeko |
ArtifactId | ArtifactIdzeko-data-mapper |
Version | Version1.6.7 |
Type | Typejar |
Description |
Descriptionio.zeko:zeko-data-mapper
A lightweight, fast and simple data mapper library in Kotlin that
helps to map the result of queries from your normalized dataset(from RDBMS, SQLite, CSV or any source)
back into relational mapped Hash maps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zeko-data-mapper-1.6.7.pom | |
zeko-data-mapper-1.6.7.jar | 38 KB |
zeko-data-mapper-1.6.7-sources.jar | 16 KB |
zeko-data-mapper-1.6.7-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeko/zeko-data-mapper/ -->
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-data-mapper</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeko/zeko-data-mapper/
implementation 'io.zeko:zeko-data-mapper:1.6.7'
// https://jarcasting.com/artifacts/io.zeko/zeko-data-mapper/
implementation ("io.zeko:zeko-data-mapper:1.6.7")
'io.zeko:zeko-data-mapper:jar:1.6.7'
<dependency org="io.zeko" name="zeko-data-mapper" rev="1.6.7">
<artifact name="zeko-data-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeko', module='zeko-data-mapper', version='1.6.7')
)
libraryDependencies += "io.zeko" % "zeko-data-mapper" % "1.6.7"
[io.zeko/zeko-data-mapper "1.6.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.20 |
io.vertx : vertx-core | jar | 4.1.1 |
joda-time : joda-time | jar | 2.9.7 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
Group / Artifact | Type | Version |
---|---|---|
com.github.jasync-sql : jasync-common | jar | 1.2.3 |
io.vertx : vertx-jdbc-client | jar | 4.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
Group / Artifact | Type | Version |
---|---|---|
io.zeko : zeko-sql-builder | jar | 1.2.6 |
org.jetbrains.kotlin : kotlin-test | jar | 1.6.20 |
org.spekframework.spek2 : spek-dsl-jvm | jar | 2.0.9 |
org.spekframework.spek2 : spek-runner-junit5 | jar | 2.0.9 |