| 组织ID: |
org.jboss.resteasy |
| 项目ID: |
resteasy-jdk-http |
| 版本: |
2.3.10.Final |
| 最后修改时间: |
2019-11-01 01:52:56 |
| 包类型: |
jar |
| 标题: |
RESTEasy JBoss Sun JDK HTTP Server Integration |
| 大小: |
23.44KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>2.3.10.Final</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.resteasy:resteasy-jdk-http:2.3.10.Final
|
| 下载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>
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>http-adapter-pom</artifactId>
<version>2.3.10.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jdk-http</artifactId>
<name>RESTEasy JBoss Sun JDK HTTP Server Integration</name>
<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-test-tjws</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>i18n</id>
<activation>
<property>
<name>i18n</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-resources</id>
<phase>initialize</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/src/main/resources/org/jboss/resteasy/plugins/server/sun/http/resteasy_jdk_http/i18n</outputDirectory>
<resources>
<resource>
<directory>${basedir}/src/test/resources/i18n</directory>
<includes>
<include>*</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<compilerArgument>
-AgeneratedTranslationFilesPath=${project.basedir}/target/generated-translation-files
</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</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.resteasy_jdk_http.i18n.LogMessages.class
org/jboss/resteasy/plugins/server/sun/http/resteasy_jdk_http/i18n/LogMessages.i18n.properties
org.jboss.resteasy.plugins.server.sun.http.resteasy_jdk_http.i18n.LogMessages_$logger.class
org.jboss.resteasy.plugins.server.sun.http.resteasy_jdk_http.i18n.Messages.class
org/jboss/resteasy/plugins/server/sun/http/resteasy_jdk_http/i18n/Messages.i18n.properties
org.jboss.resteasy.plugins.server.sun.http.resteasy_jdk_http.i18n.Messages_$bundle.class
org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler.class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer.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所有版本文件
resteasy-test-tjws-${project.version}.jar
/org.jboss.resteasy/resteasy-test-tjws/${project.version}
查看resteasy-test-tjws所有版本文件
resteasy-jaxrs-test-${project.version}.jar
/org.jboss.resteasy/resteasy-jaxrs-test/${project.version}
查看resteasy-jaxrs-test所有版本文件
|