is not current version
Last Version 1.0.2.9

com.github.tarsys.android:kotlin-orm 1.0.1.5

Yet another Advanced Android ORM Kotlin Version

Categories

Categories

Kotlin Languages ORM Data
GroupId

GroupId

com.github.tarsys.android
ArtifactId

ArtifactId

kotlin-orm
Version

Version

1.0.1.5
Type

Type

aar

Download kotlin-orm 1.0.1.5


<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/ -->
<dependency>
    <groupId>com.github.tarsys.android</groupId>
    <artifactId>kotlin-orm</artifactId>
    <version>1.0.1.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/
implementation 'com.github.tarsys.android:kotlin-orm:1.0.1.5'
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/
implementation ("com.github.tarsys.android:kotlin-orm:1.0.1.5")
'com.github.tarsys.android:kotlin-orm:aar:1.0.1.5'
<dependency org="com.github.tarsys.android" name="kotlin-orm" rev="1.0.1.5">
  <artifact name="kotlin-orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='kotlin-orm', version='1.0.1.5')
)
libraryDependencies += "com.github.tarsys.android" % "kotlin-orm" % "1.0.1.5"
[com.github.tarsys.android/kotlin-orm "1.0.1.5"]