MVN

org.daisy.dotify : dotify.task-api

Maven & Gradle

Oct 12, 2017
7 usages
0 stars

dotify.task-api · Dotify Tasks API

<dependency>
    <groupId>org.daisy.dotify</groupId>
    <artifactId>dotify.task-api</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
dotify.task-api-3.2.1
dotify.task-api-3.2.0
3.1.x
dotify.task-api-3.1.0
3.0.x
dotify.task-api-3.0.0
2.6.x
dotify.task-api-2.6.0
2.5.x
dotify.task-api-2.5.1
dotify.task-api-2.5.0
2.4.x
dotify.task-api-2.4.0
2.3.x
dotify.task-api-2.3.0
2.2.x
dotify.task-api-2.2.0
2.1.x
dotify.task-api-2.1.0
2.0.x
dotify.task-api-2.0.0
1.0.x
dotify.task-api-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.daisy.dotify</groupId>
    <artifactId>dotify.task-api</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.daisy.dotify:dotify.task-api:3.2.1'

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

implementation("org.daisy.dotify:dotify.task-api:3.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.daisy.dotify" % "dotify.task-api" % "3.2.1"

Advertisement