组织ID: |
org.apache.tomcat |
项目ID: |
tomcat-annotations-api |
版本: |
9.0.7 |
最后修改时间: |
2018-08-01 21:35:38 |
包类型: |
jar |
标题: |
Apache License, Version 2.0 |
描述: |
Annotations Package |
相关URL: |
http://tomcat.apache.org/ |
大小: |
12.11KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>9.0.7</version>
</dependency>
|
Gradle引入代码: |
org.apache.tomcat:tomcat-annotations-api:9.0.7
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>9.0.7</version>
<description>Annotations Package</description>
<url>http://tomcat.apache.org/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.annotation.Generated.class
javax.annotation.ManagedBean.class
javax.annotation.PostConstruct.class
javax.annotation.PreDestroy.class
javax.annotation.Priority.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
javax.annotation.sql.DataSourceDefinition.class
javax.annotation.sql.DataSourceDefinitions.class
META-INF/NOTICE
META-INF/LICENSE
|
依赖Jar: |
无
|