MVN

org.daisy.pipeline.modules.braille : mod-nlb

Maven & Gradle

Jun 03, 2016

DP2 Braille Modules :: NLB · Module for the Norwegian Library of Talking Books and Braille to produce Norwegian braille.

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>mod-nlb</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.0

All Versions

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

Version Vulnerabilities Updated
1.9.x
mod-nlb-1.9.0
1.8.x
mod-nlb-1.8.1
mod-nlb-1.8.0
1.6.x
mod-nlb-1.6.0
1.5.x
mod-nlb-1.5.0
1.4.x
mod-nlb-1.4.0
1.3.x
mod-nlb-1.3.0
1.2.x
mod-nlb-1.2.0
1.1.x
mod-nlb-1.1.0
1.0.x
mod-nlb-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>mod-nlb</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.daisy.pipeline.modules.braille:mod-nlb:1.9.0'

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

implementation("org.daisy.pipeline.modules.braille:mod-nlb:1.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.daisy.pipeline.modules.braille" % "mod-nlb" % "1.9.0"