License |
License
MIT like
|
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j.build.plugins |
ArtifactId | ArtifactIdneo4j-docbook-xml |
Last Version | Last Version4.5 |
Release Date | Release Date |
Type | Typejar |
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.
This module is a fork by the Neo4j Team.
|
Project URL |
Project URL |
Filename | Size |
---|---|
neo4j-docbook-xml-4.5.pom | |
neo4j-docbook-xml-4.5.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build.plugins/neo4j-docbook-xml/ -->
<dependency>
<groupId>org.neo4j.build.plugins</groupId>
<artifactId>neo4j-docbook-xml</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build.plugins/neo4j-docbook-xml/
implementation 'org.neo4j.build.plugins:neo4j-docbook-xml:4.5'
// https://jarcasting.com/artifacts/org.neo4j.build.plugins/neo4j-docbook-xml/
implementation ("org.neo4j.build.plugins:neo4j-docbook-xml:4.5")
'org.neo4j.build.plugins:neo4j-docbook-xml:jar:4.5'
<dependency org="org.neo4j.build.plugins" name="neo4j-docbook-xml" rev="4.5">
<artifact name="neo4j-docbook-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build.plugins', module='neo4j-docbook-xml', version='4.5')
)
libraryDependencies += "org.neo4j.build.plugins" % "neo4j-docbook-xml" % "4.5"
[org.neo4j.build.plugins/neo4j-docbook-xml "4.5"]