MVN

com.github.andrewoma.kwery : mapper

Maven & Gradle

Aug 05, 2017
1 usages
203 stars

kwery · An SQL library for Kotlin

<dependency>
    <groupId>com.github.andrewoma.kwery</groupId>
    <artifactId>mapper</artifactId>
    <version>0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andrewoma.kwery : mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17

All Versions

Choose a version of com.github.andrewoma.kwery : mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17
mapper-0.17
0.16
mapper-0.16
0.15
mapper-0.15
0.14
mapper-0.14
0.13
mapper-0.13
0.12
mapper-0.12
0.11
mapper-0.11
0.10
mapper-0.10
0.9
mapper-0.9
0.8
mapper-0.8
0.7
mapper-0.7
0.6
mapper-0.6
0.5
mapper-0.5
0.4
mapper-0.4
0.3
mapper-0.3
0.2
mapper-0.2
0.1
mapper-0.1

How to add a dependency to Maven

Add the following com.github.andrewoma.kwery : mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.andrewoma.kwery</groupId>
    <artifactId>mapper</artifactId>
    <version>0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andrewoma.kwery : mapper gradle dependency to your build.gradle file:

implementation 'com.github.andrewoma.kwery:mapper:0.17'

Gradle Kotlin DSL: Add the following com.github.andrewoma.kwery : mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andrewoma.kwery:mapper:0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andrewoma.kwery : mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andrewoma.kwery" % "mapper" % "0.17"

Advertisement