Last Version

commonmark-java parent 0.17.0

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

License

License

GroupId

GroupId

com.atlassian.commonmark
ArtifactId

ArtifactId

commonmark-parent
Version

Version

0.17.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/atlassian/commonmark-java
Project Organization

Project Organization

Atlassian
Source Code Management

Source Code Management

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

Download commonmark-parent 0.17.0


<!-- https://jarcasting.com/artifacts/com.atlassian.commonmark/commonmark-parent/ -->
<dependency>
    <groupId>com.atlassian.commonmark</groupId>
    <artifactId>commonmark-parent</artifactId>
    <version>0.17.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.commonmark/commonmark-parent/
implementation 'com.atlassian.commonmark:commonmark-parent:0.17.0'
// https://jarcasting.com/artifacts/com.atlassian.commonmark/commonmark-parent/
implementation ("com.atlassian.commonmark:commonmark-parent:0.17.0")
'com.atlassian.commonmark:commonmark-parent:pom:0.17.0'
<dependency org="com.atlassian.commonmark" name="commonmark-parent" rev="0.17.0">
  <artifact name="commonmark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.commonmark', module='commonmark-parent', version='0.17.0')
)
libraryDependencies += "com.atlassian.commonmark" % "commonmark-parent" % "0.17.0"
[com.atlassian.commonmark/commonmark-parent "0.17.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