MVN

com.zeoflow.depot : depot-migration

Maven & Gradle

Jun 30, 2022
1 usages
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-migration</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zeoflow.depot : depot-migration 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-migration to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement