| 组织ID: |
org.testifyproject.client |
| 项目ID: |
jersey-client |
| 版本: |
0.9.3 |
| 最后修改时间: |
2019-11-30 14:13:11 |
| 包类型: |
jar |
| 标题: |
Jersey Client |
| 描述: |
A module that provides Jersey Client based ClientInstance |
| 大小: |
5.55KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.testifyproject.client</groupId>
<artifactId>jersey-client</artifactId>
<version>0.9.3</version>
</dependency>
|
| Gradle引入代码: |
org.testifyproject.client:jersey-client:0.9.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016-2017 Testify Project.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.testifyproject.client</groupId>
<artifactId>client</artifactId>
<version>0.9.3</version>
</parent>
<artifactId>jersey-client</artifactId>
<name>Jersey Client</name>
<description>A module that provides Jersey Client based ClientInstance</description>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>${jersey.version}</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.testifyproject</groupId>
<artifactId>api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testifyproject</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
</dependency>
<!-- Annotation Processors Dependencies -->
<dependency>
<groupId>org.testifyproject.tools</groupId>
<artifactId>service-generator</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.testifyproject.client.WebTargetClientProvider.class
META-INF/services/org.testifyproject.ClientProvider
META-INF/maven/org.testifyproject.client/jersey-client/pom.xml
META-INF/maven/org.testifyproject.client/jersey-client/pom.properties
org.testifyproject.client.ErrorClientResponseFilter.class
|
| 依赖Jar: |
api-${project.version}.jar
/org.testifyproject/api/${project.version}
查看api所有版本文件
core-${project.version}.jar
/org.testifyproject/core/${project.version}
查看core所有版本文件
jersey-client-${jersey.version}.jar
/org.glassfish.jersey.core/jersey-client/${jersey.version}
查看jersey-client所有版本文件
|