License |
License
MIT like
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.docbook |
ArtifactId | ArtifactIddocbook |
Last Version | Last Version5.0-2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDocBook
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
docbook-5.0-2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.docbook/docbook/ -->
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
<version>5.0-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.docbook/docbook/
implementation 'net.sf.docbook:docbook:5.0-2'
// https://jarcasting.com/artifacts/net.sf.docbook/docbook/
implementation ("net.sf.docbook:docbook:5.0-2")
'net.sf.docbook:docbook:pom:5.0-2'
<dependency org="net.sf.docbook" name="docbook" rev="5.0-2">
<artifact name="docbook" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.docbook', module='docbook', version='5.0-2')
)
libraryDependencies += "net.sf.docbook" % "docbook" % "5.0-2"
[net.sf.docbook/docbook "5.0-2"]