Maven Wagon API.
Maven Wagon API that defines the contract between different Wagon implementations.
Here is the list of declaration for wagon-provider-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-provider-api</artifactId> <version>1.0-beta-2</version> </dependency>
If you think this Maven repository POM file listing for wagon-provider-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the wagon-provider-api-1.0-beta-2.jar
org.apache.maven.wagon org.apache.maven.wagon.authentication org.apache.maven.wagon.authorization org.apache.maven.wagon.events org.apache.maven.wagon.observers org.apache.maven.wagon.proxy org.apache.maven.wagon.repository org.apache.maven.wagon.resource
Here is the content of the POM file.
<?xml version="1.0"?><project>
<parent>
<artifactId>wagon</artifactId>
<groupId>org.apache.maven.wagon</groupId>
<version>1.0-beta-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wagon-provider-api</artifactId>
<name>Maven Wagon API</name>
<version>1.0-beta-2</version>
<description>Maven Wagon API that defines the contract between different Wagon implementations</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>