MVN

tz.co.asoft : persist-core-jvm

Maven & Gradle

Jan 19, 2021
10 usages

persist-core · Platform agnostic contracts for persisting data

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>persist-core-jvm</artifactId>
    <version>0.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : persist-core-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.10

All Versions

Choose a version of tz.co.asoft : persist-core-jvm to add to Maven or Gradle - All Versions:

  • Version Updated
  • persist-core-jvm-0.2.10

    Jan 19, 2021
  • persist-core-jvm-0.2.0

    Jan 19, 2021
  • persist-core-jvm-0.1.10

    Dec 30, 2020
  • persist-core-jvm-0.1.0

    Dec 16, 2020
  • persist-core-jvm-0.0.1

    Dec 08, 2020

How to add a dependency to Maven

Add the following tz.co.asoft : persist-core-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>persist-core-jvm</artifactId>
    <version>0.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : persist-core-jvm gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:persist-core-jvm:0.2.10'

Gradle Kotlin DSL: Add the following tz.co.asoft : persist-core-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:persist-core-jvm:0.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : persist-core-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "persist-core-jvm" % "0.2.10"