MVN

org.daisy.pipeline.modules.braille : dotify-formatter

Maven & Gradle

Feb 28, 2019
15 usages

DP2 Braille Modules :: dotify-utils :: dotify-formatter

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>dotify-formatter</artifactId>
    <version>1.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.14.0

All Versions

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

Version Vulnerabilities Updated
1.14.x
dotify-formatter-1.14.0
1.13.x
dotify-formatter-1.13.0
1.12.x
dotify-formatter-1.12.2
dotify-formatter-1.12.1
dotify-formatter-1.12.0
1.11.x
dotify-formatter-1.11.1
dotify-formatter-1.11.0
1.10.x
dotify-formatter-1.10.1
dotify-formatter-1.10.0
1.9.x
dotify-formatter-1.9.0
1.8.x
dotify-formatter-1.8.0
1.7.x
dotify-formatter-1.7.0
1.6.x
dotify-formatter-1.6.0
1.5.x
dotify-formatter-1.5.0
1.4.x
dotify-formatter-1.4.0
1.3.x
dotify-formatter-1.3.0
1.2.x
dotify-formatter-1.2.0
1.1.x
dotify-formatter-1.1.1
dotify-formatter-1.1.0
1.0.x
dotify-formatter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>dotify-formatter</artifactId>
    <version>1.14.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.daisy.pipeline.modules.braille:dotify-formatter:1.14.0'

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

implementation("org.daisy.pipeline.modules.braille:dotify-formatter:1.14.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.daisy.pipeline.modules.braille" % "dotify-formatter" % "1.14.0"

Advertisement