html2adoc

Java API for HTML to AsciiDoc Conversion

License

License

Categories

Categories

Net
GroupId

GroupId

io.nxnet.html2adoc
ArtifactId

ArtifactId

html2adoc
Last Version

Last Version

0.0.2-RC3
Release Date

Release Date

Type

Type

jar
Description

Description

html2adoc
Java API for HTML to AsciiDoc Conversion
Project URL

Project URL

http://github.com/nxnet/html2adoc
Source Code Management

Source Code Management

http://github.com/nxnet/html2adoc

Download html2adoc

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.sourceforge.htmlunit : htmlunit jar 2.23

Project Modules

There are no modules declared in this project.

html2adoc

Java API for HTML to ASCIIDOC Conversion.

This project is a fork of HtmlToAsciidoc project and it is using its javascript library for HTML to ASCIIDOC conversion. The javascript library is wrapped in java API and run inside of JVM javascript engine.

The final goal of this project is to provide fully flagged java implementation of HTML to ASCIIDOC converter and to define common java API for such converter and thus allowing different converter implementations for HTML to ASCIIDOC conversions, and possibly other markup conversions.

Installation

Put html2adoc-[version].jar in your java project classpath.

mvn dependency:get -Dartifact io.nxnet.html2adoc:html2adoc:[version]

Usage

ConverterFactory.getFactory().getConverter("HTML", "ASCIIDOC").convert("");

State

This project is under active development.

Licence

MIT

io.nxnet.html2adoc

Versions

Version
0.0.2-RC3
0.0.1