Maven Wagon Lightweight HTTP Provider.
Wagon that gets and puts artifacts through http using standard Java library.
Here is the list of declaration for wagon-http-lightweight. 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-http-lightweight</artifactId> <version>1.0-beta-2</version> </dependency>
If you think this Maven repository POM file listing for wagon-http-lightweight is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The wagon-http-lightweight-1.0-beta-2 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML Parser | xml-apis 1.0.b2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 52 |
The following table lists the most popular artifacts which are depending on wagon-http-lightweight-1.0-beta-2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Build | appassembler-maven-plugin 1.0-beta-1 A Mojo for generating bin scripts for Java applications. | 8 |
The following packages are defined in the wagon-http-lightweight-1.0-beta-2.jar
org.apache.maven.wagon.providers.http
Here is the content of the POM file.
<?xml version="1.0"?><project> <parent> <artifactId>wagon-providers</artifactId> <groupId>org.apache.maven.wagon</groupId> <version>1.0-beta-2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wagon-http-lightweight</artifactId> <name>Maven Wagon Lightweight HTTP Provider</name> <version>1.0-beta-2</version> <description>Wagon that gets and puts artifacts through http using standard Java library</description> <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/WAGONHTTP</url> </issueManagement> <dependencies> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>wagon-http-shared</artifactId> <version>1.0-beta-2</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> </dependency> <dependency> <groupId>plexus</groupId> <artifactId>plexus-jetty-httpd</artifactId> <version>1.0-beta-1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>plexus-container-default</artifactId> <groupId>plexus</groupId> </exclusion> </exclusions> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>