Maven Repository - POM file for JEE Container jsr250-api 1.0 1.0

Summary

JSR-250 Common Annotations for the JavaTM Platform.

JSR-250 Reference Implementation by Glassfish.

Declaration

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

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

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

License

Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: https://glassfish.dev.java.net/public/CDDLv1.0.html.





Depended by

The following table lists the most popular artifacts which are depending on jsr250-api-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-data-mongodb 1.3.1.RELEASE
MongoDB support for Spring Data
6
JEEarquillian-testenricher-resource 1.0.0.CR1
Resource TestEnricher for the Arquillian Project
11
Springspring-data-neo4j 3.0.2.RELEASE
Neo4j support for Spring Data
6
JEEjclouds-core 1.7.1
Core components to access jclouds services
8
JEEopencms-core 8.5.2
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
5
Springspring-data-neo4j 2.2.1.RELEASE
Neo4j support for Spring Data
5
JEEjclouds-core 1.6.0-rc.5
Core components to access jclouds services
28
Springspring-data-neo4j 3.1.2.RELEASE
Neo4j support for Spring Data
6
Springspring-data-mongodb 1.2.1.RELEASE
MongoDB support for Spring Data
12
Springspring-data-mongodb 1.2.0.RELEASE
MongoDB support for Spring Data
10
Web Servicejaxws-api 2.1-1
JAX-WS API
63
Libraryvraptor 3.4.0
Java web MVC framework for fast and maintainable development
11
Springspring-data-neo4j 2.3.4.RELEASE
Neo4j support for Spring Data
5
Springjaxws-spring 1.8
Configure JAX-WS with Spring
16
JEEjclouds-core 1.6.0-rc.4
Core components to access jclouds services
24
JEEopencms-core 8.5.0
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
28
JEEarquillian-testenricher-resource 1.0.0.Final
Resource TestEnricher for the Arquillian Project
22
JEEarquillian-testenricher-resource 1.0.2.Final
Resource TestEnricher for the Arquillian Project
15
JEEjclouds-core 1.6.0-rc.3
Core components to access jclouds services
24
Springspring-data-mongodb 1.5.0.RELEASE
MongoDB support for Spring Data
6
Libraryvraptor 3.4.1
Java web MVC framework for fast and maintainable development
12




Packages

The following packages are defined in the jsr250-api-1.0.jar

javax.annotation
javax.annotation.security

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>
  <groupId>javax.annotation</groupId>
  <artifactId>jsr250-api</artifactId>
  <version>1.0</version>
  <name>JSR-250 Common Annotations for the JavaTM Platform</name>
  <description>JSR-250 Reference Implementation by Glassfish</description>
  <url>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</url>

  <licenses>
    <license>
      <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
      <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <dependencies/>

  <distributionManagement>
    <downloadUrl>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</downloadUrl>
  </distributionManagement>
</project>