Last Version

commonmark-java parent 0.19.0

Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted text.

License

License

GroupId

GroupId

org.commonmark
ArtifactId

ArtifactId

commonmark-parent
Version

Version

0.19.0
Type

Type

pom
Description

Description

commonmark-java parent
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted text.
Project URL

Project URL

https://github.com/commonmark/commonmark-java
Source Code Management

Source Code Management

https://github.com/commonmark/commonmark-java

Download commonmark-parent 0.19.0


<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/ -->
<dependency>
    <groupId>org.commonmark</groupId>
    <artifactId>commonmark-parent</artifactId>
    <version>0.19.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/
implementation 'org.commonmark:commonmark-parent:0.19.0'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/
implementation ("org.commonmark:commonmark-parent:0.19.0")
'org.commonmark:commonmark-parent:pom:0.19.0'
<dependency org="org.commonmark" name="commonmark-parent" rev="0.19.0">
  <artifact name="commonmark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-parent', version='0.19.0')
)
libraryDependencies += "org.commonmark" % "commonmark-parent" % "0.19.0"
[org.commonmark/commonmark-parent "0.19.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • commonmark
  • commonmark-ext-autolink
  • commonmark-ext-gfm-strikethrough
  • commonmark-ext-gfm-tables
  • commonmark-ext-heading-anchor
  • commonmark-ext-image-attributes
  • commonmark-ext-ins
  • commonmark-ext-task-list-items
  • commonmark-ext-yaml-front-matter
  • commonmark-integration-test
  • commonmark-test-util