is not current version
Last Version 1.0.4

com.zeoflow.depot:depot-runtime 0.0.2

The Depot persistence library provides an abstraction layer over SQLite to allow for more robust database access while using the full power of SQLite.

GroupId

GroupId

com.zeoflow.depot
ArtifactId

ArtifactId

depot-runtime
Version

Version

0.0.2
Type

Type

aar

Download depot-runtime 0.0.2


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