MVN

org.wso2.carbon.callhome : callhome

Maven & Gradle

Mar 13, 2023
34 stars

Call Home Client

<dependency>
    <groupId>org.wso2.carbon.callhome</groupId>
    <artifactId>callhome</artifactId>
    <version>4.4.x_1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.callhome : callhome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.x_1.0.12

All Versions

Choose a version of org.wso2.carbon.callhome : callhome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.x.x
callhome-5.x.x_1.0.11
callhome-5.x.x_1.0.10
callhome-5.x.x_1.0.9
callhome-5.x.x_1.0.8
callhome-5.x.x_1.0.7
callhome-5.x.x_1.0.6
callhome-5.x.x_1.0.5
callhome-5.x.x_1.0.4
callhome-5.x.x_1.0.2
4.6.x
callhome-4.6.x_1.0.16
callhome-4.6.x_1.0.7
callhome-4.6.x_1.0.2
4.5.x
callhome-4.5.x_1.0.16
callhome-4.5.x_1.0.15
callhome-4.5.x_1.0.14
callhome-4.5.x_1.0.11
callhome-4.5.x_1.0.10
callhome-4.5.x_1.0.9
callhome-4.5.x_1.0.8
callhome-4.5.x_1.0.7
callhome-4.5.x_1.0.6
callhome-4.5.x_1.0.5
callhome-4.5.x_1.0.4
callhome-4.5.x_1.0.3
callhome-4.5.x_1.0.2
4.4.x
callhome-4.4.x_1.0.12
callhome-4.4.x_1.0.10
callhome-4.4.x_1.0.9
callhome-4.4.x_1.0.8
callhome-4.4.x_1.0.7
callhome-4.4.x_1.0.6
callhome-4.4.x_1.0.5
callhome-4.4.x_1.0.4
callhome-4.4.x_1.0.2

How to add a dependency to Maven

Add the following org.wso2.carbon.callhome : callhome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.callhome</groupId>
    <artifactId>callhome</artifactId>
    <version>4.4.x_1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.callhome : callhome gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.callhome:callhome:4.4.x_1.0.12'

Gradle Kotlin DSL: Add the following org.wso2.carbon.callhome : callhome gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.callhome:callhome:4.4.x_1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.callhome : callhome sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.callhome" % "callhome" % "4.4.x_1.0.12"