组织ID: |
org.apache.maven.wagon |
项目ID: |
wagon-http-lightweight |
版本: |
2.3 |
最后修改时间: |
2018-09-10 12:18:06 |
包类型: |
jar |
标题: |
Apache Maven Wagon :: Providers :: Lightweight HTTP Provider |
描述: |
Wagon that gets and puts artifacts through http using standard Java library
|
大小: |
18.64KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>2.3</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven.wagon:wagon-http-lightweight: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-lightweight</artifactId>
<name>Apache Maven Wagon :: Providers :: Lightweight HTTP Provider</name>
<description>
Wagon that gets and puts artifacts through http using standard Java library
</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wagon-http-shared4</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</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>
</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.LightweightHttpsWagon.class
org.apache.maven.wagon.providers.http.LightweightHttpWagon.class
org.apache.maven.wagon.providers.http.LightweightHttpWagonAuthenticator.class
wagon-test1292529046076550555txt
wagon-test1615533703447781548txt
wagon-test1852791889521156970txt
wagon-test2154396706121993315txt
wagon-test247594098389548556txt
wagon-test2994445278711917990txt
wagon-test3159014700976412344txt
wagon-test3801416610755579918txt
wagon-test4648369918432355710txt
wagon-test5197637011863493686txt
wagon-test5264425492401229656txt
wagon-test6844331885866183863txt
wagon-test7419231317022336792txt
wagon-test8048706747275215295txt
wagon-test8583727368029377499txt
wagon-test877925842241334231txt
wagon-test8780323934177653948txt
wagon-test8911129261936367068txt
META-INF/maven/org.apache.maven.wagon/wagon-http-lightweight/pom.xml
META-INF/maven/org.apache.maven.wagon/wagon-http-lightweight/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所有版本文件
|