c

commonmark-parent

Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted text.
https://github.com/commonmark/commonmark-java
BSD 2-Clause License
Robin Stocker
Files download
File Operation
commonmark-parent-0.19.0.pom download
Apache Maven
<dependency>
  <groupId>org.commonmark</groupId>
  <artifactId>commonmark-parent</artifactId>
  <version>0.19.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.commonmark:commonmark-parent:0.19.0'
Gradle Kotlin
implementation("org.commonmark:commonmark-parent:0.19.0")
Scala SBT
libraryDependencies += "org.commonmark" % "commonmark-parent" % "0.19.0"
Groovy Grape
@Grapes(
  @Grab(group='org.commonmark', module='commonmark-parent', version='0.19.0')
)
Apache Ivy
<dependency org="org.commonmark" name="commonmark-parent" rev="0.19.0" />
Leiningen
[org.commonmark/commonmark-parent "0.19.0"]
Apache Buildr
'org.commonmark:commonmark-parent:jar:0.19.0'
Dependencies
The project has no third-party dependencies