License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.tarsys.android |
ArtifactId | ArtifactIdorm |
Last Version | Last Version1.0.3.9 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionorm
Yet another Advanced Android ORM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orm-1.0.3.9.pom | |
orm-1.0.3.9.aar | 46 KB |
orm-1.0.3.9-sources.jar | 24 KB |
orm-1.0.3.9-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/orm/ -->
<dependency>
<groupId>com.github.tarsys.android</groupId>
<artifactId>orm</artifactId>
<version>1.0.3.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/orm/
implementation 'com.github.tarsys.android:orm:1.0.3.9'
// https://jarcasting.com/artifacts/com.github.tarsys.android/orm/
implementation ("com.github.tarsys.android:orm:1.0.3.9")
'com.github.tarsys.android:orm:aar:1.0.3.9'
<dependency org="com.github.tarsys.android" name="orm" rev="1.0.3.9">
<artifact name="orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='orm', version='1.0.3.9')
)
libraryDependencies += "com.github.tarsys.android" % "orm" % "1.0.3.9"
[com.github.tarsys.android/orm "1.0.3.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tarsys.android : support | jar | 1.0.3.9 |
com.google.code.gson : gson | jar | 2.8.2 |
com.google.guava : guava | jar | 24.1-jre |
com.annimon : stream | jar | 1.0.1 |
org.springframework : spring | jar | 2.5.6.SEC03 |