Maven Repository - POM file for Library cloudbees-api-core 1.4.1 1.4.1

Summary

cloudbees-api-core.

The CloudBees API Client Core classes.

Declaration

Here is the list of declaration for cloudbees-api-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.cloudbees</groupId>
   <artifactId>cloudbees-api-core</artifactId>
   <version>1.4.1</version>
</dependency>

If you think this Maven repository POM file listing for cloudbees-api-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The cloudbees-api-core-1.4.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Httpcommons-httpclient 3.1
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
430




Packages

The following packages are defined in the cloudbees-api-core-1.4.1.jar

com.cloudbees.api

POM File Source

Here is the content of the POM file.

<!--
  ~ Copyright 2010-2013, CloudBees Inc.
  ~
  ~ Licensed 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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.cloudbees</groupId>
        <artifactId>cloudbees-oss-parent</artifactId>
        <version>2</version>
    </parent>

    <artifactId>cloudbees-api-core</artifactId>
    <version>1.4.1</version>

    <name>cloudbees-api-core</name>
    <description>The CloudBees API Client Core classes</description>
    <url>https://github.com/cloudbees/cloudbees-api-core</url>
    <inceptionYear>2011</inceptionYear>
    <licenses>
      <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <distribution>repo</distribution>
      </license>
    </licenses>

    
    <contributors>
      <contributor>
        <name>Olivier Lamy</name>
      </contributor>
    </contributors>

    <prerequisites>
      <maven>2.2.1</maven>
    </prerequisites>

    <scm>
      <connection>scm:git:git://github.com/cloudbees/cloudbees-api-core.git</connection>
      <developerConnection>scm:git:git@github.com:cloudbees/cloudbees-api-core.git</developerConnection>
      <url>http://github.com/cloudbees/cloudbees-api-core/tree/master/</url>
    </scm>
    <issueManagement>

    </issueManagement>
    <ciManagement>

    </ciManagement>

    <dependencies>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.1</version>
        </dependency>
        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
            <version>1.4.1</version>
        </dependency>
    </dependencies>
</project>