| 组织ID: |
org.glassfish.jersey.test-framework.providers |
| 项目ID: |
jersey-test-framework-provider-jetty |
| 版本: |
2.30 |
| 最后修改时间: |
2020-02-24 15:17:12 |
| 包类型: |
jar |
| 标题: |
jersey-test-framework-provider-jetty |
| 描述: |
Jersey Test Framework - Jetty HTTP container |
| 大小: |
19.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-jetty</artifactId>
<version>2.30</version>
</dependency>
|
| Gradle引入代码: |
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.30
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<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">
<parent>
<artifactId>project</artifactId>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<version>2.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jersey-test-framework-provider-jetty</artifactId>
<packaging>jar</packaging>
<name>jersey-test-framework-provider-jetty</name>
<description>Jersey Test Framework - Jetty HTTP container</description>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>testsSkipJdk6</id>
<activation>
<jdk>1.6</jdk>
</activation>
<properties>
<skip.tests>true</skip.tests>
</properties>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.md
META-INF/NOTICE.md
META-INF/services/org.glassfish.jersey.test.spi.TestContainerFactory
org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer.class
org.glassfish.jersey.test.jetty.JettyTestContainerFactory$1.class
org.glassfish.jersey.test.jetty.JettyTestContainerFactory.class
META-INF/maven/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-jetty/pom.xml
META-INF/maven/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-jetty/pom.properties
|
| 依赖Jar: |
jersey-test-framework-core-${project.version}.jar
/org.glassfish.jersey.test-framework/jersey-test-framework-core/${project.version}
查看jersey-test-framework-core所有版本文件
jersey-container-jetty-http-${project.version}.jar
/org.glassfish.jersey.containers/jersey-container-jetty-http/${project.version}
查看jersey-container-jetty-http所有版本文件
|