| 组织ID: |
org.eclipse.jetty |
| 项目ID: |
jetty-annotations |
| 版本: |
7.5.3.v20111011 |
| 最后修改时间: |
2018-09-01 08:55:39 |
| 包类型: |
jar |
| 标题: |
Jetty :: Servlet Annotations |
| 描述: |
Annotation support for deploying servlets in jetty. |
| 大小: |
43.82KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>7.5.3.v20111011</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.jetty:jetty-annotations:7.5.3.v20111011
|
| 下载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">
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>7.5.3.v20111011</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-annotations</artifactId>
<name>Jetty :: Servlet Annotations</name>
<description>Annotation support for deploying servlets in jetty.</description>
<properties>
<bundle-symbolic-name>${project.groupId}.annotations</bundle-symbolic-name>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<id>generate-manifest</id>
<goals>
<goal>manifest</goal>
</goals>
<configuration>
<instructions>
<Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
</instructions>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<!--
Required for OSGI
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<onlyAnalyze>org.eclipse.jetty.annotations.*</onlyAnalyze>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jndi</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor$1.class
org.eclipse.jetty.annotations.AnnotationIntrospector.class
org.eclipse.jetty.annotations.AnnotationParser$MethodHandler.class
org.eclipse.jetty.annotations.AnnotationParser.class
org.eclipse.jetty.annotations.AnnotationParser$DiscoverableAnnotationHandler.class
org.eclipse.jetty.annotations.ClassNameResolver.class
org.eclipse.jetty.annotations.PostConstructAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$ClassHandler.class
org.eclipse.jetty.annotations.AnnotationParser$FieldHandler.class
org.eclipse.jetty.annotations.AnnotationConfiguration.class
org.eclipse.jetty.annotations.AnnotationParser$2.class
org.eclipse.jetty.annotations.AnnotationParser$Value.class
org.eclipse.jetty.annotations.ResourcesAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationDecorator.class
org.eclipse.jetty.annotations.AnnotationIntrospector$IntrospectableAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor$2.class
org.eclipse.jetty.annotations.PreDestroyAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$ListValue.class
org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler.class
org.eclipse.jetty.annotations.Util.class
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor$2$1.class
org.eclipse.jetty.annotations.AnnotationIntrospector$AbstractIntrospectableAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor$3$1.class
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.class
org.eclipse.jetty.annotations.ResourceAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor$3.class
org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$1.class
org.eclipse.jetty.annotations.RunAsAnnotationHandler.class
org.eclipse.jetty.annotations.AnnotationParser$SimpleValue.class
org.eclipse.jetty.annotations.ClassInheritanceHandler.class
org.eclipse.jetty.annotations.AnnotationParser$MyAnnotationVisitor.class
about.html
META-INF/maven/org.eclipse.jetty/jetty-annotations/pom.xml
META-INF/maven/org.eclipse.jetty/jetty-annotations/pom.properties
|
| 依赖Jar: |
jetty-jndi-${project.version}.jar
/org.eclipse.jetty/jetty-jndi/${project.version}
查看jetty-jndi所有版本文件
jetty-plus-${project.version}.jar
/org.eclipse.jetty/jetty-plus/${project.version}
查看jetty-plus所有版本文件
jetty-webapp-${project.version}.jar
/org.eclipse.jetty/jetty-webapp/${project.version}
查看jetty-webapp所有版本文件
geronimo-annotation_1.0_spec-1.1.1.jar
/org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1
查看geronimo-annotation_1.0_spec所有版本文件
asm-commons-3.1.jar
/asm/asm-commons/3.1
查看asm-commons所有版本文件
|