MVN

io.zeko : zeko-data-mapper

Maven & Gradle

Jul 28, 2021
1 usages
16 stars

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

<dependency>
    <groupId>io.zeko</groupId>
    <artifactId>zeko-data-mapper</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zeko : zeko-data-mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of io.zeko : zeko-data-mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
zeko-data-mapper-1.6.3
zeko-data-mapper-1.6.2
zeko-data-mapper-1.6.1
zeko-data-mapper-1.6.0
1.5.x
zeko-data-mapper-1.5.10

How to add a dependency to Maven

Add the following io.zeko : zeko-data-mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.zeko</groupId>
    <artifactId>zeko-data-mapper</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.zeko : zeko-data-mapper gradle dependency to your build.gradle file:

implementation 'io.zeko:zeko-data-mapper:1.6.3'

Gradle Kotlin DSL: Add the following io.zeko : zeko-data-mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.zeko:zeko-data-mapper:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.zeko : zeko-data-mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.zeko" % "zeko-data-mapper" % "1.6.3"

Advertisement

Dependencies from Group

Apr 16, 2022
2 usages
97 stars
Dec 12, 2020
1 usages
1 stars
Jul 28, 2021
1 usages
16 stars
Nov 22, 2022
18 stars

Discover Dependencies

Nov 23, 2020
5 usages
2 stars
Apr 23, 2021
4 usages
3 stars
Apr 23, 2021
5 usages
2 stars
Apr 23, 2021
4 usages
2 stars
Apr 23, 2021
4 usages
2 stars
Apr 23, 2021
2 usages
3 stars
Apr 16, 2023
6 usages
217 stars
Aug 24, 2023
9 usages
395 stars
Jun 16, 2023
2 usages
286 stars