MVN

org.daisy.pipeline.modules.braille : zedai-to-pef

Maven & Gradle

Jun 19, 2023
4 usages
1 stars

DAISY Pipeline 2 module :: ZedAI to PEF

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>zedai-to-pef</artifactId>
    <version>6.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.daisy.pipeline.modules.braille : zedai-to-pef to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.4

All Versions

Choose a version of org.daisy.pipeline.modules.braille : zedai-to-pef to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
zedai-to-pef-6.0.4
zedai-to-pef-6.0.3
zedai-to-pef-6.0.2
zedai-to-pef-6.0.1
zedai-to-pef-6.0.0
5.0.x
zedai-to-pef-5.0.2
zedai-to-pef-5.0.1
zedai-to-pef-5.0.0
4.0.x
zedai-to-pef-4.0.1
zedai-to-pef-4.0.0
3.3.x
zedai-to-pef-3.3.4
zedai-to-pef-3.3.3
zedai-to-pef-3.3.2
zedai-to-pef-3.3.1
zedai-to-pef-3.3.0
3.2.x
zedai-to-pef-3.2.0
3.1.x
zedai-to-pef-3.1.0
3.0.x
zedai-to-pef-3.0.0
2.0.x
zedai-to-pef-2.0.0
1.1.x
zedai-to-pef-1.1.1
zedai-to-pef-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>zedai-to-pef</artifactId>
    <version>6.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.daisy.pipeline.modules.braille : zedai-to-pef gradle dependency to your build.gradle file:

implementation 'org.daisy.pipeline.modules.braille:zedai-to-pef:6.0.4'

Gradle Kotlin DSL: Add the following org.daisy.pipeline.modules.braille : zedai-to-pef gradle kotlin dependency to your build.gradle.kts file:

implementation("org.daisy.pipeline.modules.braille:zedai-to-pef:6.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.daisy.pipeline.modules.braille : zedai-to-pef sbt scala dependency to your build.sbt file:

libraryDependencies += "org.daisy.pipeline.modules.braille" % "zedai-to-pef" % "6.0.4"