Categories |
CategoriesKotlin Languages ORM Data |
---|---|
GroupId | GroupIdcom.github.tarsys.android |
ArtifactId | ArtifactIdkotlin-orm2 |
Version | Version2.0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
kotlin-orm2-2.0.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm2/ -->
<dependency>
<groupId>com.github.tarsys.android</groupId>
<artifactId>kotlin-orm2</artifactId>
<version>2.0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm2/
implementation 'com.github.tarsys.android:kotlin-orm2:2.0.0.1'
// https://jarcasting.com/artifacts/com.github.tarsys.android/kotlin-orm2/
implementation ("com.github.tarsys.android:kotlin-orm2:2.0.0.1")
'com.github.tarsys.android:kotlin-orm2:aar:2.0.0.1'
<dependency org="com.github.tarsys.android" name="kotlin-orm2" rev="2.0.0.1">
<artifact name="kotlin-orm2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='kotlin-orm2', version='2.0.0.1')
)
libraryDependencies += "com.github.tarsys.android" % "kotlin-orm2" % "2.0.0.1"
[com.github.tarsys.android/kotlin-orm2 "2.0.0.1"]