License |
License |
---|---|
GroupId | GroupIdorg.objectfabric |
ArtifactId | ArtifactIdobjectfabric.extensions |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAn attempt to add real-time and off-line synchronization to REST resources.
|
Filename | Size |
---|---|
objectfabric.extensions-0.9.1.pom | 632 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectfabric/objectfabric.extensions/ -->
<dependency>
<groupId>org.objectfabric</groupId>
<artifactId>objectfabric.extensions</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectfabric/objectfabric.extensions/
implementation 'org.objectfabric:objectfabric.extensions:0.9.1'
// https://jarcasting.com/artifacts/org.objectfabric/objectfabric.extensions/
implementation ("org.objectfabric:objectfabric.extensions:0.9.1")
'org.objectfabric:objectfabric.extensions:pom:0.9.1'
<dependency org="org.objectfabric" name="objectfabric.extensions" rev="0.9.1">
<artifact name="objectfabric.extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectfabric', module='objectfabric.extensions', version='0.9.1')
)
libraryDependencies += "org.objectfabric" % "objectfabric.extensions" % "0.9.1"
[org.objectfabric/objectfabric.extensions "0.9.1"]