MVN

net.sf.docbook : docbook

Maven & Gradle

Aug 24, 2012
4 usages

DocBook · DocBook is an XML vocabulary that lets you create documents in a presentation-neutral form that captures the logical structure of your content. Using free tools along with the DocBook XSL stylesheets, you can publish your content as HTML pages and PDF files, and in many other formats.

<dependency>
    <groupId>net.sf.docbook</groupId>
    <artifactId>docbook</artifactId>
    <version>5.0-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.docbook : docbook to add to Maven - Latest Versions:

  • Latest Stable: 5.0-2

All Versions

Choose a version of net.sf.docbook : docbook to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0
docbook-5.0-2
docbook-5.0-1
docbook-5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.docbook</groupId>
    <artifactId>docbook</artifactId>
    <version>5.0-2</version>
</dependency>