MVN

org.planet42 : laika-io_2.13

Maven & Gradle

Oct 09, 2022
2 usages

laika-io · Text Markup Transformer for sbt and Scala applications

<dependency>
    <groupId>org.planet42</groupId>
    <artifactId>laika-io_2.13</artifactId>
    <version>0.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.planet42 : laika-io_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.0
  • Latest Release Candidate: 0.19.0-RC1

All Versions

Choose a version of org.planet42 : laika-io_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • laika-io_2.13-0.19.0

    Oct 09, 2022
  • laika-io_2.13-0.19.0-RC1

    Sep 22, 2022
  • laika-io_2.13-0.18.2

    Mar 27, 2022
  • laika-io_2.13-0.18.1

    Dec 12, 2021
  • laika-io_2.13-0.18.0

    Aug 02, 2021
  • laika-io_2.13-0.17.1

    Mar 19, 2021
  • laika-io_2.13-0.17.0

    Oct 30, 2020
  • laika-io_2.13-0.16.1

    Sep 12, 2020
  • laika-io_2.13-0.16.0

    Sep 12, 2020
  • laika-io_2.13-0.15.0

    May 29, 2020
  • laika-io_2.13-0.14.0

    Feb 28, 2020
  • laika-io_2.13-0.13.0

    Jan 26, 2020
  • laika-io_2.13-0.12.1

    Dec 01, 2019
  • laika-io_2.13-0.12.0

    Oct 30, 2019

How to add a dependency to Maven

Add the following org.planet42 : laika-io_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.planet42</groupId>
    <artifactId>laika-io_2.13</artifactId>
    <version>0.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.planet42 : laika-io_2.13 gradle dependency to your build.gradle file:

implementation 'org.planet42:laika-io_2.13:0.19.0'

Gradle Kotlin DSL: Add the following org.planet42 : laika-io_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.planet42:laika-io_2.13:0.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.planet42 : laika-io_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.planet42" % "laika-io_2.13" % "0.19.0"