Files download
File Operation
org.wso2.carbon.lcm.core-1.2.0.jar download
org.wso2.carbon.lcm.core-1.2.0.pom download
org.wso2.carbon.lcm.core-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.lcm</groupId>
  <artifactId>org.wso2.carbon.lcm.core</artifactId>
  <version>1.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.lcm:org.wso2.carbon.lcm.core:1.2.0'
Gradle Kotlin
implementation("org.wso2.carbon.lcm:org.wso2.carbon.lcm.core:1.2.0")
Scala SBT
libraryDependencies += "org.wso2.carbon.lcm" % "org.wso2.carbon.lcm.core" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.lcm', module='org.wso2.carbon.lcm.core', version='1.2.0')
)
Apache Ivy
<dependency org="org.wso2.carbon.lcm" name="org.wso2.carbon.lcm.core" rev="1.2.0" />
Leiningen
[org.wso2.carbon.lcm/org.wso2.carbon.lcm.core "1.2.0"]
Apache Buildr
'org.wso2.carbon.lcm:org.wso2.carbon.lcm.core:jar:1.2.0'