MVN

org.aya-prover : commonmark-ext-task-list-items

Maven & Gradle

Dec 09, 2022
0 stars

commonmark-ext-task-list-items · Commonmark-java with JPMS support

<dependency>
    <groupId>org.aya-prover</groupId>
    <artifactId>commonmark-ext-task-list-items</artifactId>
    <version>0.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aya-prover : commonmark-ext-task-list-items to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.1

All Versions

Choose a version of org.aya-prover : commonmark-ext-task-list-items to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
commonmark-ext-task-list-items-0.21.1
0.19.x
commonmark-ext-task-list-items-0.19.1
commonmark-ext-task-list-items-0.19.0
0.18.x
commonmark-ext-task-list-items-0.18.1

How to add a dependency to Maven

Add the following org.aya-prover : commonmark-ext-task-list-items maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aya-prover</groupId>
    <artifactId>commonmark-ext-task-list-items</artifactId>
    <version>0.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aya-prover : commonmark-ext-task-list-items gradle dependency to your build.gradle file:

implementation 'org.aya-prover:commonmark-ext-task-list-items:0.21.1'

Gradle Kotlin DSL: Add the following org.aya-prover : commonmark-ext-task-list-items gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aya-prover:commonmark-ext-task-list-items:0.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aya-prover : commonmark-ext-task-list-items sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aya-prover" % "commonmark-ext-task-list-items" % "0.21.1"

Advertisement