asciidocj

Fast lightweight lexer-based Asciidoc to HTML/Jsoup renderer

License

License

Categories

Categories

UML Business Logic Libraries Documents Processing
GroupId

GroupId

com.github.fluorumlabs
ArtifactId

ArtifactId

asciidocj
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

asciidocj
Fast lightweight lexer-based Asciidoc to HTML/Jsoup renderer
Project URL

Project URL

https://github.com/fluorumlabs/asciidocj
Source Code Management

Source Code Management

http://github.com/fluorumlabs/asciidocj/tree/master

Download asciidocj

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.json : json jar 20210307
org.jsoup : jsoup jar 1.14.3
org.apache.commons : commons-lang3 jar 3.12.0
com.github.slugify : slugify jar 2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
commons-io : commons-io jar 2.11.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0
1.0.0-beta1
1.0.0-alpha2
1.0.0-alpha1