MVN

org.wso2.ei : org.wso2.carbon.micro.integrator.server.feature

Maven & Gradle

May 14, 2019

WSO2 Micro Integrator - Core Server Feature · This feature contains the bundles required for Micro Integrator Core Service hosting functionality

<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>org.wso2.carbon.micro.integrator.server.feature</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.ei : org.wso2.carbon.micro.integrator.server.feature to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 6.3.0-rc1

All Versions

Choose a version of org.wso2.ei : org.wso2.carbon.micro.integrator.server.feature to add to Maven - All Versions:

Version Vulnerabilities Updated
6.5.x
org.wso2.carbon.micro.integrator.server.feature-6.5.0-m3
org.wso2.carbon.micro.integrator.server.feature-6.5.0-m2
org.wso2.carbon.micro.integrator.server.feature-6.5.0-m1
6.4.x
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m8
org.wso2.carbon.micro.integrator.server.feature-6.4.0
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m7
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m6
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m5
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m4
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m3
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m2
org.wso2.carbon.micro.integrator.server.feature-6.4.0-m1
6.3.x
org.wso2.carbon.micro.integrator.server.feature-6.3.0
org.wso2.carbon.micro.integrator.server.feature-6.3.0-rc1
org.wso2.carbon.micro.integrator.server.feature-6.3.0-m11
1.0.x
org.wso2.carbon.micro.integrator.server.feature-1.0.0
org.wso2.carbon.micro.integrator.server.feature-1.0.0-m7
org.wso2.carbon.micro.integrator.server.feature-1.0.0-m6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>org.wso2.carbon.micro.integrator.server.feature</artifactId>
    <version>1.0.0</version>
</dependency>