is not current version
Last Version 1.0.3.9

com.github.tarsys.android:orm 1.0.1.0

Yet another Advanced Android ORM

Categories

Categories

ORM Data
GroupId

GroupId

com.github.tarsys.android
ArtifactId

ArtifactId

orm
Version

Version

1.0.1.0
Type

Type

aar

Download orm 1.0.1.0


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