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>
Choose a version of org.neo4j.build.plugins : webhelp-xhtml5-xsl to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.78.x |
webhelp-xhtml5-xsl-1.78.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.neo4j.build.plugins</groupId>
<artifactId>webhelp-xhtml5-xsl</artifactId>
<version>1.78.1</version>
</dependency>
Advertisement