Categories |
CategoriesKotlin Languages ORM Data |
---|---|
GroupId | GroupIdcom.github.tarsys.android |
ArtifactId | ArtifactIdkotlin-orm |
Version | Version1.0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
kotlin-orm-1.0.0.3.pom | |
kotlin-orm-1.0.0.3.aar | 76 KB |
kotlin-orm-1.0.0.3-sources.jar | 19 KB |
kotlin-orm-1.0.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/ -->
<dependency>
<groupId>com.github.tarsys.android</groupId>
<artifactId>kotlin-orm</artifactId>
<version>1.0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/
implementation 'com.github.tarsys.android:kotlin-orm:1.0.0.3'
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm/
implementation ("com.github.tarsys.android:kotlin-orm:1.0.0.3")
'com.github.tarsys.android:kotlin-orm:aar:1.0.0.3'
<dependency org="com.github.tarsys.android" name="kotlin-orm" rev="1.0.0.3">
<artifact name="kotlin-orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='kotlin-orm', version='1.0.0.3')
)
libraryDependencies += "com.github.tarsys.android" % "kotlin-orm" % "1.0.0.3"
[com.github.tarsys.android/kotlin-orm "1.0.0.3"]