组织ID: |
org.glassfish.jersey.core |
项目ID: |
jersey-client |
版本: |
2.22.2 |
最后修改时间: |
2018-07-23 21:09:49 |
包类型: |
jar |
标题: |
jersey-core-client |
描述: |
Jersey core client implementation |
大小: |
163.50KB |
|
Maven引入代码: |
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.22.2</version>
</dependency>
|
Gradle引入代码: |
org.glassfish.jersey.core:jersey-client:2.22.2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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</groupId>
<artifactId>project</artifactId>
<version>2.22.2</version>
</parent>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<packaging>jar</packaging>
<name>jersey-core-client</name>
<description>Jersey core client implementation</description>
<build>
<plugins>
<plugin>
<groupId>com.sun.istack</groupId>
<artifactId>maven-istack-commons-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArguments>
<XDignore.symbol.file />
</compilerArguments>
<showWarnings>false</showWarnings>
<fork>false</fork>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>classesAndMethods</parallel>
<perCoreThreadCount>true</perCoreThreadCount>
<threadCount>1</threadCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<inherited>true</inherited>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-locator</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<java.version>1.6</java.version>
</properties>
<profiles>
<profile>
<id>sonar</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>false</reuseForks>
<properties combine.self="override" />
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
org.glassfish.jersey.client.AbortException.class
org.glassfish.jersey.client.ChunkParser.class
org.glassfish.jersey.client.ChunkedInput$1.class
org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser.class
org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser.class
org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1.class
org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser.class
org.glassfish.jersey.client.ChunkedInput.class
org.glassfish.jersey.client.ChunkedInputReader.class
org.glassfish.jersey.client.ClientAsyncExecutor.class
org.glassfish.jersey.client.ClientAsyncExecutorLiteral.class
org.glassfish.jersey.client.ClientBinder$1.class
org.glassfish.jersey.client.ClientBinder$2.class
org.glassfish.jersey.client.ClientBinder$PropertiesDelegateFactory.class
org.glassfish.jersey.client.ClientBinder$RequestContextInjectionFactory.class
org.glassfish.jersey.client.ClientBinder.class
org.glassfish.jersey.client.ClientConfig$1.class
org.glassfish.jersey.client.ClientConfig$State$1.class
org.glassfish.jersey.client.ClientConfig$State$2.class
org.glassfish.jersey.client.ClientConfig$State$3.class
org.glassfish.jersey.client.ClientConfig$State$4.class
org.glassfish.jersey.client.ClientConfig$State$StateChangeStrategy.class
org.glassfish.jersey.client.ClientConfig$State.class
org.glassfish.jersey.client.ClientConfig.class
org.glassfish.jersey.client.ClientFilteringStages$1.class
org.glassfish.jersey.client.ClientFilteringStages$RequestFilteringStage.class
org.glassfish.jersey.client.ClientFilteringStages$ResponseFilterStage.class
org.glassfish.jersey.client.ClientFilteringStages.class
org.glassfish.jersey.client.ClientLifecycleListener.class
org.glassfish.jersey.client.ClientProperties.class
org.glassfish.jersey.client.ClientRequest.class
org.glassfish.jersey.client.ClientResponse$1.class
org.glassfish.jersey.client.ClientResponse$2.class
org.glassfish.jersey.client.ClientResponse.class
org.glassfish.jersey.client.ClientRuntime$1.class
org.glassfish.jersey.client.ClientRuntime$2$1.class
org.glassfish.jersey.client.ClientRuntime$2.class
org.glassfish.jersey.client.ClientRuntime$3.class
org.glassfish.jersey.client.ClientRuntime.class
org.glassfish.jersey.client.CustomProvidersFeature.class
org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider$1.class
org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider.class
org.glassfish.jersey.client.HttpUrlConnectorProvider$1.class
org.glassfish.jersey.client.HttpUrlConnectorProvider$ConnectionFactory.class
org.glassfish.jersey.client.HttpUrlConnectorProvider$DefaultConnectionFactory.class
org.glassfish.jersey.client.HttpUrlConnectorProvider.class
org.glassfish.jersey.client.InboundJaxrsResponse$1.class
org.glassfish.jersey.client.InboundJaxrsResponse$2.class
org.glassfish.jersey.client.InboundJaxrsResponse$3.class
org.glassfish.jersey.client.InboundJaxrsResponse$4.class
org.glassfish.jersey.client.InboundJaxrsResponse.class
org.glassfish.jersey.client.Initializable.class
org.glassfish.jersey.client.JerseyClient$1.class
org.glassfish.jersey.client.JerseyClient$2.class
org.glassfish.jersey.client.JerseyClient$ShutdownHook.class
org.glassfish.jersey.client.JerseyClient.class
org.glassfish.jersey.client.JerseyClientBuilder$1.class
org.glassfish.jersey.client.JerseyClientBuilder.class
org.glassfish.jersey.client.JerseyInvocation$1.class
org.glassfish.jersey.client.JerseyInvocation$2.class
org.glassfish.jersey.client.JerseyInvocation$3.class
org.glassfish.jersey.client.JerseyInvocation$4.class
org.glassfish.jersey.client.JerseyInvocation$5.class
org.glassfish.jersey.client.JerseyInvocation$6.class
org.glassfish.jersey.client.JerseyInvocation$7.class
org.glassfish.jersey.client.JerseyInvocation$8.class
org.glassfish.jersey.client.JerseyInvocation$AsyncInvoker.class
org.glassfish.jersey.client.JerseyInvocation$Builder.class
org.glassfish.jersey.client.JerseyInvocation$EntityPresence.class
org.glassfish.jersey.client.JerseyInvocation.class
org.glassfish.jersey.client.JerseyWebTarget.class
org.glassfish.jersey.client.RequestEntityProcessing.class
org.glassfish.jersey.client.RequestProcessingInitializationStage.class
org.glassfish.jersey.client.ResponseCallback.class
org.glassfish.jersey.client.ServiceLocatorClientProvider.class
org.glassfish.jersey.client.authentication.BasicAuthenticator.class
org.glassfish.jersey.client.authentication.DigestAuthenticator$1.class
org.glassfish.jersey.client.authentication.DigestAuthenticator$Algorithm.class
org.glassfish.jersey.client.authentication.DigestAuthenticator$DigestScheme.class
org.glassfish.jersey.client.authentication.DigestAuthenticator$QOP.class
org.glassfish.jersey.client.authentication.DigestAuthenticator.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$1.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$BasicBuilder.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$Builder.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$BuilderImpl.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$Mode.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature$UniversalBuilder.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFilter$1.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFilter$2.class
org.glassfish.jersey.client.authentication.HttpAuthenticationFilter$Credentials.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jersey-common-${project.version}.jar
/org.glassfish.jersey.core/jersey-common/${project.version}
查看jersey-common所有版本文件
|