MVN

org.daisy.pipeline.modules.braille : css-utils

Maven & Gradle

Jan 11, 2022
24 usages

DP2 Braille Modules :: css-utils

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>css-utils</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.2.1

All Versions

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

  • Version Updated
  • css-utils-5.2.1

    Jan 11, 2022
  • css-utils-5.2.0

    Sep 23, 2021
  • css-utils-5.1.0

    May 18, 2021
  • css-utils-5.0.1

    Jan 27, 2021
  • css-utils-5.0.0

    Oct 23, 2020
  • css-utils-4.1.1

    Jul 09, 2020
  • css-utils-4.1.0

    Jun 16, 2020
  • css-utils-4.0.2

    Mar 02, 2020
  • css-utils-4.0.1

    Oct 10, 2019
  • css-utils-4.0.0

    Oct 04, 2019
  • css-utils-3.7.0

    Feb 28, 2019
  • css-utils-3.6.0

    Jan 22, 2019
  • css-utils-3.5.0

    Sep 21, 2018
  • css-utils-3.4.0

    Mar 28, 2018
  • css-utils-3.3.0

    Jul 27, 2017
  • css-utils-3.2.0

    Jun 21, 2016
  • css-utils-3.1.0

    Jun 03, 2016
  • css-utils-3.0.0

    May 19, 2016
  • css-utils-2.9.1

    May 02, 2016
  • css-utils-2.9.0

    May 02, 2016
  • css-utils-2.8.0

    Mar 15, 2016
  • css-utils-2.7.0

    Feb 08, 2016
  • css-utils-2.6.0

    Dec 17, 2015
  • css-utils-2.5.0

    Nov 18, 2015
  • css-utils-2.4.0

    Oct 15, 2015
  • css-utils-2.3.0

    Sep 23, 2015
  • css-utils-2.2.0

    Sep 14, 2015
  • css-utils-2.1.1

    Aug 21, 2015
  • css-utils-2.1.0

    Aug 19, 2015
  • css-utils-2.0.0

    Jul 09, 2015
  • css-utils-1.2.0

    Jun 07, 2014
  • css-utils-1.1.0

    Dec 10, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>org.daisy.pipeline.modules.braille</groupId>
    <artifactId>css-utils</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.daisy.pipeline.modules.braille:css-utils:5.2.1'

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

implementation("org.daisy.pipeline.modules.braille:css-utils:5.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.daisy.pipeline.modules.braille" % "css-utils" % "5.2.1"