c

commonmark-parent

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