MVN

org.codehaus.enunciate : enunciate-build-support

Maven & Gradle

Aug 08, 2008

Enunciate - Build Support · The Enunciate Build support is simply a collection of tools that Enunciate uses to build itself.

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-build-support</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.enunciate : enunciate-build-support to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.codehaus.enunciate : enunciate-build-support to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
enunciate-build-support-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-build-support</artifactId>
    <version>1.0</version>
</dependency>