License |
License |
---|---|
Categories |
CategoriesKotlin Languages ORM Data |
GroupId | GroupIdcom.github.tarsys.android.kotlin |
ArtifactId | ArtifactIdorm_kotlin |
Last Version | Last Version1.0.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionorm
Yet another Advanced Android ORM Kotlin Version
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orm_kotlin-1.0.0.0.pom | |
orm_kotlin-1.0.0.0.aar | 1 KB |
orm_kotlin-1.0.0.0-sources.jar | 14 KB |
orm_kotlin-1.0.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android.kotlin/orm_kotlin/ -->
<dependency>
<groupId>com.github.tarsys.android.kotlin</groupId>
<artifactId>orm_kotlin</artifactId>
<version>1.0.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android.kotlin/orm_kotlin/
implementation 'com.github.tarsys.android.kotlin:orm_kotlin:1.0.0.0'
// https://jarcasting.com/artifacts/com.github.tarsys.android.kotlin/orm_kotlin/
implementation ("com.github.tarsys.android.kotlin:orm_kotlin:1.0.0.0")
'com.github.tarsys.android.kotlin:orm_kotlin:aar:1.0.0.0'
<dependency org="com.github.tarsys.android.kotlin" name="orm_kotlin" rev="1.0.0.0">
<artifact name="orm_kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android.kotlin', module='orm_kotlin', version='1.0.0.0')
)
libraryDependencies += "com.github.tarsys.android.kotlin" % "orm_kotlin" % "1.0.0.0"
[com.github.tarsys.android.kotlin/orm_kotlin "1.0.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.11 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.11 |
com.github.tarsys.android : support | jar | 1.0.3.9 |
com.google.code.gson : gson | jar | 2.8.2 |