MVN

com.zeoflow.depot : depot-runtime

Maven & Gradle

Jun 30, 2022
5 stars

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

<dependency>
    <groupId>com.zeoflow.depot</groupId>
    <artifactId>depot-runtime</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zeoflow.depot : depot-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6
  • Latest Alpha: 1.0.2-alpha

All Versions

Choose a version of com.zeoflow.depot : depot-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
depot-runtime-1.0.6
depot-runtime-1.0.5
depot-runtime-1.0.4
depot-runtime-1.0.3
depot-runtime-1.0.2
depot-runtime-1.0.2-alpha
depot-runtime-1.0.0
0.0.x
depot-runtime-0.0.2
depot-runtime-0.0.1

How to add a dependency to Maven

Add the following com.zeoflow.depot : depot-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zeoflow.depot</groupId>
    <artifactId>depot-runtime</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zeoflow.depot : depot-runtime gradle dependency to your build.gradle file:

implementation 'com.zeoflow.depot:depot-runtime:1.0.6'

Gradle Kotlin DSL: Add the following com.zeoflow.depot : depot-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zeoflow.depot:depot-runtime:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zeoflow.depot : depot-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zeoflow.depot" % "depot-runtime" % "1.0.6"

Advertisement