Download org.wso2.carbon.integration.common.utils-4.3.0.jar file

Introduction

You can download org.wso2.carbon.integration.common.utils-4.3.0.jar in this page.

License

Open Source License

Type List

org.wso2.carbon.integration.common.utils-4.3.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.wso2.carbon.automationutils/org.wso2.carbon.integration.common.utils/pom.properties
META-INF/maven/org.wso2.carbon.automationutils/org.wso2.carbon.integration.common.utils/pom.xml
org.wso2.carbon.integration.common.utils.ClientConnectionUtil.class
org.wso2.carbon.integration.common.utils.FileManager.class
org.wso2.carbon.integration.common.utils.LoginLogoutClient.class
org.wso2.carbon.integration.common.utils.clients.SecureAxisServiceClient.class
org.wso2.carbon.integration.common.utils.coverage.TestCoverageGenerator.class
org.wso2.carbon.integration.common.utils.mgt.ServerConfigurationManager.class

Pom

org.wso2.carbon.integration.common.utils-4.3.0.pom file content.

<!--

  ~  Copyright (c) 2005-2015, WSO2 Inc. (http://wso2.com) All Rights Reserved.
  ~
  ~  WSO2 Inc. 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/maven-v4_0_0.xsd">
    <parent>
        <groupId>org.wso2.carbon.automationutils</groupId>
        <artifactId>carbon-platform-integration-utils</artifactId>
        <version>4.3.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.wso2.carbon.integration.common.utils</artifactId>
    <packaging>jar</packaging>
    <name>WSO2 Carbon Platform Integration Utils - Common Test Framework Utilities</name>
    <url>http://wso2.org</url>

    <dependencies>
        <dependency>
            <groupId>org.wso2.carbon.automationutils</groupId>
            <artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.automation</groupId>
            <artifactId>org.wso2.carbon.automation.engine</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.automation</groupId>
            <artifactId>org.wso2.carbon.automation.test.utils</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.rampart</groupId>
            <artifactId>rampart-core</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-nop</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-api</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>jcl-over-slf4j</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.wso2.carbon.automationutils</groupId>
   <artifactId>org.wso2.carbon.integration.common.utils</artifactId>
   <version>4.3.0</version>
</dependency>

Download

If you think the following org.wso2.carbon.integration.common.utils-4.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.wso2.carbon.integration.common.utils-4.3.0.jar file




PreviousNext

Related