Maven Repository - POM file for Development enunciate-core-annotations 1.23 1.23

Summary

Enunciate - Core Annotations.

Enunciate core annotations..

Declaration

Here is the list of declaration for enunciate-core-annotations. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.codehaus.enunciate</groupId>
   <artifactId>enunciate-core-annotations</artifactId>
   <version>1.23</version>
</dependency>

If you think this Maven repository POM file listing for enunciate-core-annotations is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the enunciate-core-annotations-1.23.jar

org.codehaus.enunciate
org.codehaus.enunciate.doc
org.codehaus.enunciate.jaxrs
org.codehaus.enunciate.json
org.codehaus.enunciate.qname
org.codehaus.enunciate.soap.annotations




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-parent</artifactId>
    <version>1.23</version>
  </parent>

  <artifactId>enunciate-core-annotations</artifactId>
  <name>Enunciate - Core Annotations</name>
  <description>Enunciate core annotations.</description>

  <dependencies>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>jsr250-api</artifactId>
    </dependency>
  </dependencies>

</project>