License |
License |
---|---|
GroupId | GroupIdorg.commonmark |
ArtifactId | ArtifactIdcommonmark-parent |
Last Version | Last Version0.19.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommonmark-java parent
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
text.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commonmark-parent-0.19.0.pom | 12 KB |
Browse |
<!-- 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"]