License |
License |
---|---|
GroupId | GroupIdorg.objectfabric |
ArtifactId | ArtifactIdobjectfabric-android |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn attempt to add real-time and off-line synchronization to REST resources.
|
<!-- https://jarcasting.com/artifacts/org.objectfabric/objectfabric-android/ -->
<dependency>
<groupId>org.objectfabric</groupId>
<artifactId>objectfabric-android</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectfabric/objectfabric-android/
implementation 'org.objectfabric:objectfabric-android:0.9.1'
// https://jarcasting.com/artifacts/org.objectfabric/objectfabric-android/
implementation ("org.objectfabric:objectfabric-android:0.9.1")
'org.objectfabric:objectfabric-android:jar:0.9.1'
<dependency org="org.objectfabric" name="objectfabric-android" rev="0.9.1">
<artifact name="objectfabric-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectfabric', module='objectfabric-android', version='0.9.1')
)
libraryDependencies += "org.objectfabric" % "objectfabric-android" % "0.9.1"
[org.objectfabric/objectfabric-android "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.objectfabric : objectfabric-jvm | jar | 0.9.1 |
com.google.android : android | jar | 2.1_r1 |