is not current version
Last Version 1.1.0

fr.faylixe:marklet 1.0.1

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.1
Type

Type

jar

Download marklet 1.0.1


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