| License |
License |
|---|---|
| GroupId | GroupIdio.markdom |
| ArtifactId | ArtifactIdsuite |
| Version | Version0.0.7 |
| Type | Typejar |
| Description |
DescriptionMarkdom - Suite
Markdom reference implementation for Java
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| suite-0.0.7.pom | |
| suite-0.0.7.jar | 1 KB |
| suite-0.0.7-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/suite/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>suite</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/suite/
implementation 'io.markdom:suite:0.0.7'
// https://jarcasting.com/artifacts/io.markdom/suite/
implementation ("io.markdom:suite:0.0.7")
'io.markdom:suite:jar:0.0.7'
<dependency org="io.markdom" name="suite" rev="0.0.7">
<artifact name="suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='suite', version='0.0.7')
)
libraryDependencies += "io.markdom" % "suite" % "0.0.7"
[io.markdom/suite "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.markdom : core | jar | 0.0.7 |
| io.markdom : handler-audit | jar | 0.0.7 |
| io.markdom : handler-commonmark-atlassian | jar | 0.0.7 |
| io.markdom : handler-filter | jar | 0.0.7 |
| io.markdom : handler-html-jsoup | jar | 0.0.7 |
| io.markdom : handler-html-w3c | jar | 0.0.7 |
| io.markdom : handler-json-org | jar | 0.0.7 |
| io.markdom : handler-text-commonmark | jar | 0.0.7 |
| io.markdom : handler-xml-w3c | jar | 0.0.7 |
| io.markdom : model-basic | jar | 0.0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |