| 组织ID: |
org.glassfish.jersey.test-framework |
| 项目ID: |
jersey-test-framework-core |
| 版本: |
2.28-RC4 |
| 最后修改时间: |
2019-12-04 09:28:17 |
| 包类型: |
jar |
| 标题: |
jersey-test-framework-core |
| 描述: |
Jersey Test Framework Core |
| 大小: |
41.91KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>2.28-RC4</version>
</dependency>
|
| Gradle引入代码: |
org.glassfish.jersey.test-framework:jersey-test-framework-core:2.28-RC4
|
| 下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>project</artifactId>
<version>2.28-RC4</version>
</parent>
<artifactId>jersey-test-framework-core</artifactId>
<packaging>jar</packaging>
<name>jersey-test-framework-core</name>
<description>Jersey Test Framework Core</description>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet4.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>sonar</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- disable JaCoCo listener because we have both Junit and TesetNG together in this project -->
<properties combine.self="override" />
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.md
META-INF/NOTICE.md
org.glassfish.jersey.test.ServletDeploymentContext$FilterDescriptor.class
org.glassfish.jersey.test.JerseyTestNg$ContainerPerMethodTest.class
org.glassfish.jersey.test.spi.TestContainer.class
org.glassfish.jersey.test.spi.Requires.class
org.glassfish.jersey.test.spi.TestContainerFactory.class
org.glassfish.jersey.test.spi.TestNgStrategy.class
org.glassfish.jersey.test.spi.Supports.class
org.glassfish.jersey.test.spi.TestHelper.class
org.glassfish.jersey.test.spi.TestContainerException.class
org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy.class
org.glassfish.jersey.test.ServletDeploymentContext$1.class
org.glassfish.jersey.test.JerseyTest$1.class
org.glassfish.jersey.test.JerseyTest.class
org.glassfish.jersey.test.DeploymentContext.class
org.glassfish.jersey.test.ContainerPerClassTestNgStrategy.class
org.glassfish.jersey.test.ServletDeploymentContext.class
org.glassfish.jersey.test.DeploymentContext$Builder.class
org.glassfish.jersey.test.ServletDeploymentContext$Builder.class
org.glassfish.jersey.test.TestProperties.class
org.glassfish.jersey.test.JerseyTestNg.class
org.glassfish.jersey.test.JerseyTestNg$ContainerPerClassTest.class
org.glassfish.jersey.test.JerseyTest$JerseyTestLogHandler.class
META-INF/maven/org.glassfish.jersey.test-framework/jersey-test-framework-core/pom.xml
META-INF/maven/org.glassfish.jersey.test-framework/jersey-test-framework-core/pom.properties
|
| 依赖Jar: |
jersey-server-${project.version}.jar
/org.glassfish.jersey.core/jersey-server/${project.version}
查看jersey-server所有版本文件
jersey-container-servlet-core-${project.version}.jar
/org.glassfish.jersey.containers/jersey-container-servlet-core/${project.version}
查看jersey-container-servlet-core所有版本文件
jakarta.servlet-api-${servlet4.version}.jar
/jakarta.servlet/jakarta.servlet-api/${servlet4.version}
查看jakarta.servlet-api所有版本文件
jersey-client-${project.version}.jar
/org.glassfish.jersey.core/jersey-client/${project.version}
查看jersey-client所有版本文件
|