MVN

org.neo4j.build.plugins : webhelp-xhtml5-xsl

Maven & Gradle

Mar 17, 2014

Modified DocBook XSL Stylesheets · These are XSL stylesheets for transforming DocBook XML document instances into various output formats. Webhelp was modified to use the XHTML5 backend.

<dependency>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>webhelp-xhtml5-xsl</artifactId>
    <version>1.78.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.build.plugins : webhelp-xhtml5-xsl to add to Maven - Latest Versions:

  • Latest Stable: 1.78.1

All Versions

Choose a version of org.neo4j.build.plugins : webhelp-xhtml5-xsl to add to Maven - All Versions:

Version Vulnerabilities Updated
1.78.x
webhelp-xhtml5-xsl-1.78.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>webhelp-xhtml5-xsl</artifactId>
    <version>1.78.1</version>
</dependency>