组织ID: |
org.apache.maven.wagon |
项目ID: |
wagon-http |
版本: |
2.3 |
最后修改时间: |
2019-04-09 17:01:19 |
包类型: |
jar |
标题: |
Apache Maven Wagon :: Providers :: HTTP Provider |
描述: |
Wagon that gets and puts artifacts through http using Apache httpclient-4.x.
|
大小: |
15.68KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>2.3</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven.wagon:wagon-http:2.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you 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.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wagon-http</artifactId>
<name>Apache Maven Wagon :: Providers :: HTTP Provider</name>
<description>
Wagon that gets and puts artifacts through http using Apache httpclient-4.x.
</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wagon-http-shared4</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<!-- used fo the TCK -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-tck-http</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
<artifactSet>
<includes>
<include>org.apache.httpcomponents:httpclient</include>
<include>org.apache.httpcomponents:httpcore</include>
<include>commons-logging:commons-logging</include>
<include>commons-codec:commons-codec</include>
<include>${project.groupId}:wagon-http-shared4</include>
</includes>
</artifactSet>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
<relocations>
<relocation>
<pattern>org.apache.commons.codec</pattern>
<shadedPattern>org.apache.maven.wagon.providers.http.commons.codec</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.logging</pattern>
<shadedPattern>org.apache.maven.wagon.providers.http.commons.logging</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>org.apache.maven.wagon.providers.http.httpclient</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/plexus/components.xml
org.apache.maven.wagon.providers.http.HttpWagon.class
wagon-test1313452909808632447txt
wagon-test2131744853468563044txt
wagon-test2411077310052478669txt
wagon-test2576863817264330050txt
wagon-test2612636825902561841txt
wagon-test2622525264378712556txt
wagon-test3053763577221646015txt
wagon-test3186266510645988624txt
wagon-test3377545415688422346txt
wagon-test3389452696243784224txt
wagon-test3503219716490759865txt
wagon-test3514347646835139692txt
wagon-test3884602299111820527txt
wagon-test3953347296056993618txt
wagon-test4431734721247006683txt
wagon-test4849716910799013379txt
wagon-test4883767240677768053txt
wagon-test4970795276871710062txt
wagon-test505185474142097561txt
wagon-test5265801988353396396txt
wagon-test5302952572748772927txt
wagon-test5497633715419976194txt
wagon-test5538019116958948560txt
wagon-test5829940329914347965txt
wagon-test6067105811279537758txt
wagon-test621711247454421166txt
wagon-test6435937390250660448txt
wagon-test650204647548779796txt
wagon-test6532280187505305009txt
wagon-test6657911325511202599txt
wagon-test6951969462466861599txt
wagon-test7076962260954699585txt
wagon-test7353681219659085523txt
wagon-test7528400936094637221txt
wagon-test7574734174404336054txt
wagon-test7624205410128274480txt
wagon-test825265817985348065txt
wagon-test8485591065712180436txt
wagon-test9114323894015211279txt
META-INF/maven/org.apache.maven.wagon/wagon-http/pom.xml
META-INF/maven/org.apache.maven.wagon/wagon-http/pom.properties
|
依赖Jar: |
wagon-http-shared4-${project.version}.jar
/${project.groupId}/wagon-http-shared4/${project.version}
查看wagon-http-shared4所有版本文件
wagon-tck-http-${project.version}.jar
/org.apache.maven.wagon/wagon-tck-http/${project.version}
查看wagon-tck-http所有版本文件
|