is not current version
Last Version 1.1.0

fr.faylixe:marklet 1.0.3

Marklet is a custom Java Doclet which aims to generate a Javadoc in a markdown format which is ready to use in GitHub.

GroupId

GroupId

fr.faylixe
ArtifactId

ArtifactId

marklet
Version

Version

1.0.3
Type

Type

jar

Download marklet 1.0.3


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