| 组织ID: |
org.jboss.resteasy |
| 项目ID: |
resteasy-jdk-http |
| 版本: |
2.3.3.Final |
| 最后修改时间: |
2019-10-22 15:54:38 |
| 包类型: |
jar |
| 标题: |
RESTEasy JBoss Sun JDK HTTP Server Integration |
| 大小: |
20.35KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>2.3.3.Final</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.resteasy:resteasy-jdk-http:2.3.3.Final
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project>
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>2.3.3.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>resteasy-jdk-http</artifactId>
<name>RESTEasy JBoss Sun JDK HTTP Server Integration</name>
<description/>
<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter$1.class
org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter.class
org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder.class
org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration.class
org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil.class
org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest.class
org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse$1.class
org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse.class
org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler.class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer.class
org.jboss.resteasy.test.HttpServerContainer.class
META-INF/maven/org.jboss.resteasy/resteasy-jdk-http/pom.xml
META-INF/maven/org.jboss.resteasy/resteasy-jdk-http/pom.properties
|
| 依赖Jar: |
resteasy-jaxrs-${project.version}.jar
/org.jboss.resteasy/resteasy-jaxrs/${project.version}
查看resteasy-jaxrs所有版本文件
|