组织ID: |
org.apache.tomcat |
项目ID: |
tomcat-annotations-api |
版本: |
8.5.46 |
最后修改时间: |
2019-09-21 11:00:01 |
包类型: |
jar |
标题: |
Apache License, Version 2.0 |
描述: |
Annotations Package |
相关URL: |
https://tomcat.apache.org/ |
大小: |
12.08KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>8.5.46</version>
</dependency>
|
Gradle引入代码: |
org.apache.tomcat:tomcat-annotations-api:8.5.46
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>8.5.46</version>
<description>Annotations Package</description>
<url>https://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: |
无
|