组织ID: |
javax.annotation |
项目ID: |
jsr250-api |
版本: |
1.0 |
最后修改时间: |
2018-07-23 21:34:58 |
包类型: |
jar |
标题: |
JSR-250 Common Annotations for the JavaTM Platform |
描述: |
JSR-250 Reference Implementation by Glassfish |
相关URL: |
http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html |
大小: |
5.71KB |
|
Maven引入代码: |
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
javax.annotation:jsr250-api:1.0
|
下载Jar包: |
|
POM文件内容: |
<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>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.annotation.Generated.class
javax.annotation.PostConstruct.class
javax.annotation.PreDestroy.class
javax.annotation.Resource$AuthenticationType.class
javax.annotation.Resource.class
javax.annotation.Resources.class
javax.annotation.security.DeclareRoles.class
javax.annotation.security.DenyAll.class
javax.annotation.security.PermitAll.class
javax.annotation.security.RolesAllowed.class
javax.annotation.security.RunAs.class
|
依赖Jar: |
无
|