is not current version
Last Version 2.2.2

org.uniknow:asciidoclet 2.1.1

Asciidoclet is a Javadoc Doclet that allows you to write Javadoc using the AsciiDoc format.

GroupId

GroupId

org.uniknow
ArtifactId

ArtifactId

asciidoclet
Version

Version

2.1.1
Type

Type

jar

Download asciidoclet 2.1.1


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