is not current version
Last Version 1.3

ch.raffael.pegdown-doclet:pegdown-doclet 1.2

A Doclet that allows the use of Markdown and PlantUML in JavaDoc comments.

GroupId

GroupId

ch.raffael.pegdown-doclet
ArtifactId

ArtifactId

pegdown-doclet
Version

Version

1.2
Type

Type

jar

Download pegdown-doclet 1.2


<!-- https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/ -->
<dependency>
    <groupId>ch.raffael.pegdown-doclet</groupId>
    <artifactId>pegdown-doclet</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/
implementation 'ch.raffael.pegdown-doclet:pegdown-doclet:1.2'
// https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/
implementation ("ch.raffael.pegdown-doclet:pegdown-doclet:1.2")
'ch.raffael.pegdown-doclet:pegdown-doclet:jar:1.2'
<dependency org="ch.raffael.pegdown-doclet" name="pegdown-doclet" rev="1.2">
  <artifact name="pegdown-doclet" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.raffael.pegdown-doclet', module='pegdown-doclet', version='1.2')
)
libraryDependencies += "ch.raffael.pegdown-doclet" % "pegdown-doclet" % "1.2"
[ch.raffael.pegdown-doclet/pegdown-doclet "1.2"]