MVN

org.daisy.dotify : dotify.task.impl

Maven & Gradle

Feb 24, 2021
7 usages
0 stars

dotify.task.impl · Dotify Task

<dependency>
    <groupId>org.daisy.dotify</groupId>
    <artifactId>dotify.task.impl</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.daisy.dotify : dotify.task.impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of org.daisy.dotify : dotify.task.impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
dotify.task.impl-5.0.1
dotify.task.impl-5.0.0
4.7.x
dotify.task.impl-4.7.0
4.6.x
dotify.task.impl-4.6.0
4.5.x
dotify.task.impl-4.5.0
4.4.x
dotify.task.impl-4.4.0
4.3.x
dotify.task.impl-4.3.0
4.2.x
dotify.task.impl-4.2.0
4.1.x
dotify.task.impl-4.1.0
4.0.x
dotify.task.impl-4.0.0
3.7.x
dotify.task.impl-3.7.0
3.6.x
dotify.task.impl-3.6.0
3.5.x
dotify.task.impl-3.5.0
3.4.x
dotify.task.impl-3.4.0
3.3.x
dotify.task.impl-3.3.0
3.2.x
dotify.task.impl-3.2.0
3.1.x
dotify.task.impl-3.1.0
3.0.x
dotify.task.impl-3.0.0
2.15.x
dotify.task.impl-2.15.0
2.14.x
dotify.task.impl-2.14.1
dotify.task.impl-2.14.0
2.13.x
dotify.task.impl-2.13.0
2.12.x
dotify.task.impl-2.12.0
2.11.x
dotify.task.impl-2.11.0
2.10.x
dotify.task.impl-2.10.0
2.9.x
dotify.task.impl-2.9.0
2.8.x
dotify.task.impl-2.8.0
2.7.x
dotify.task.impl-2.7.0
2.6.x
dotify.task.impl-2.6.0
2.5.x
dotify.task.impl-2.5.0
2.4.x
dotify.task.impl-2.4.0
2.3.x
dotify.task.impl-2.3.0
2.2.x
dotify.task.impl-2.2.0
2.1.x
dotify.task.impl-2.1.0
2.0.x
dotify.task.impl-2.0.0
1.0.x
dotify.task.impl-1.0.1
dotify.task.impl-1.0.0

How to add a dependency to Maven

Add the following org.daisy.dotify : dotify.task.impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.daisy.dotify</groupId>
    <artifactId>dotify.task.impl</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.daisy.dotify : dotify.task.impl gradle dependency to your build.gradle file:

implementation 'org.daisy.dotify:dotify.task.impl:5.0.1'

Gradle Kotlin DSL: Add the following org.daisy.dotify : dotify.task.impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.daisy.dotify:dotify.task.impl:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.daisy.dotify : dotify.task.impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.daisy.dotify" % "dotify.task.impl" % "5.0.1"

Advertisement