is not current version
Last Version 0.17

com.github.andrewoma.kwery:mapper 0.1

A commons library for Kotlin

GroupId

GroupId

com.github.andrewoma.kwery
ArtifactId

ArtifactId

mapper
Version

Version

0.1
Type

Type

jar

Download mapper 0.1


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