MVN

org.daisy.pipeline : framework-persistence

Maven & Gradle

Jun 14, 2023
6 usages
1 stars

DAISY Pipeline 2 :: Framework Persistence Layer

<dependency>
    <groupId>org.daisy.pipeline</groupId>
    <artifactId>framework-persistence</artifactId>
    <version>2.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.daisy.pipeline : framework-persistence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7

All Versions

Choose a version of org.daisy.pipeline : framework-persistence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
framework-persistence-2.1.7
framework-persistence-2.1.6
framework-persistence-2.1.5
framework-persistence-2.1.4
framework-persistence-2.1.3
framework-persistence-2.1.2
framework-persistence-2.1.1
framework-persistence-2.1.0
2.0.x
framework-persistence-2.0.5
framework-persistence-2.0.4
framework-persistence-2.0.3
framework-persistence-2.0.2
framework-persistence-2.0.1
framework-persistence-2.0.0
1.0.x
framework-persistence-1.0.0

How to add a dependency to Maven

Add the following org.daisy.pipeline : framework-persistence maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.daisy.pipeline</groupId>
    <artifactId>framework-persistence</artifactId>
    <version>2.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.daisy.pipeline : framework-persistence gradle dependency to your build.gradle file:

implementation 'org.daisy.pipeline:framework-persistence:2.1.7'

Gradle Kotlin DSL: Add the following org.daisy.pipeline : framework-persistence gradle kotlin dependency to your build.gradle.kts file:

implementation("org.daisy.pipeline:framework-persistence:2.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.daisy.pipeline : framework-persistence sbt scala dependency to your build.sbt file:

libraryDependencies += "org.daisy.pipeline" % "framework-persistence" % "2.1.7"

Advertisement