MVN

com.liferay : com.liferay.lcs.client.web

Maven & Gradle

Jul 20, 2023
2k stars

Liferay LCS Client Web

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.lcs.client.web</artifactId>
    <version>1.0.61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.lcs.client.web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.61

All Versions

Choose a version of com.liferay : com.liferay.lcs.client.web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.liferay.lcs.client.web-1.0.61
com.liferay.lcs.client.web-1.0.60
com.liferay.lcs.client.web-1.0.59
com.liferay.lcs.client.web-1.0.58
com.liferay.lcs.client.web-1.0.57
com.liferay.lcs.client.web-1.0.56
com.liferay.lcs.client.web-1.0.55
com.liferay.lcs.client.web-1.0.54
com.liferay.lcs.client.web-1.0.53
com.liferay.lcs.client.web-1.0.52
com.liferay.lcs.client.web-1.0.51
com.liferay.lcs.client.web-1.0.50
com.liferay.lcs.client.web-1.0.49
com.liferay.lcs.client.web-1.0.48
com.liferay.lcs.client.web-1.0.47
com.liferay.lcs.client.web-1.0.46
com.liferay.lcs.client.web-1.0.45
com.liferay.lcs.client.web-1.0.44

How to add a dependency to Maven

Add the following com.liferay : com.liferay.lcs.client.web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.lcs.client.web</artifactId>
    <version>1.0.61</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.lcs.client.web gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.lcs.client.web:1.0.61'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.lcs.client.web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.lcs.client.web:1.0.61")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.lcs.client.web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.lcs.client.web" % "1.0.61"