Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.tarsys.android |
ArtifactId | ArtifactIdorm |
Version | Version1.0.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
orm-1.0.2.3.pom | |
orm-1.0.2.3.aar | 53 KB |
orm-1.0.2.3-sources.jar | 26 KB |
orm-1.0.2.3-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tarsys.android/orm/ -->
<dependency>
<groupId>com.github.tarsys.android</groupId>
<artifactId>orm</artifactId>
<version>1.0.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tarsys.android/orm/
implementation 'com.github.tarsys.android:orm:1.0.2.3'
// https://jarcasting.com/artifacts/com.github.tarsys.android/orm/
implementation ("com.github.tarsys.android:orm:1.0.2.3")
'com.github.tarsys.android:orm:aar:1.0.2.3'
<dependency org="com.github.tarsys.android" name="orm" rev="1.0.2.3">
<artifact name="orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tarsys.android', module='orm', version='1.0.2.3')
)
libraryDependencies += "com.github.tarsys.android" % "orm" % "1.0.2.3"
[com.github.tarsys.android/orm "1.0.2.3"]