License |
License |
---|---|
GroupId | GroupIdorg.commonmark |
ArtifactId | ArtifactIdcommonmark-parent |
Version | Version0.18.1 |
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.18.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/ -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-parent</artifactId>
<version>0.18.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/
implementation 'org.commonmark:commonmark-parent:0.18.1'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-parent/
implementation ("org.commonmark:commonmark-parent:0.18.1")
'org.commonmark:commonmark-parent:pom:0.18.1'
<dependency org="org.commonmark" name="commonmark-parent" rev="0.18.1">
<artifact name="commonmark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-parent', version='0.18.1')
)
libraryDependencies += "org.commonmark" % "commonmark-parent" % "0.18.1"
[org.commonmark/commonmark-parent "0.18.1"]