MVN

com.liferay.webjars : com.liferay.webjars.lexicon

Maven & Gradle

Mar 01, 2022
<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.lexicon</artifactId>
    <version>1.0.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.webjars : com.liferay.webjars.lexicon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.35

All Versions

Choose a version of com.liferay.webjars : com.liferay.webjars.lexicon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.liferay.webjars.lexicon-1.0.35
com.liferay.webjars.lexicon-1.0.34
com.liferay.webjars.lexicon-1.0.33
com.liferay.webjars.lexicon-1.0.32
com.liferay.webjars.lexicon-1.0.31
com.liferay.webjars.lexicon-1.0.30
com.liferay.webjars.lexicon-1.0.29
com.liferay.webjars.lexicon-1.0.28
com.liferay.webjars.lexicon-1.0.27
com.liferay.webjars.lexicon-1.0.26
com.liferay.webjars.lexicon-1.0.25
com.liferay.webjars.lexicon-1.0.24
com.liferay.webjars.lexicon-1.0.23
com.liferay.webjars.lexicon-1.0.22
com.liferay.webjars.lexicon-1.0.21
com.liferay.webjars.lexicon-1.0.20
com.liferay.webjars.lexicon-1.0.19
com.liferay.webjars.lexicon-1.0.18
com.liferay.webjars.lexicon-1.0.17
com.liferay.webjars.lexicon-1.0.16
com.liferay.webjars.lexicon-1.0.15
com.liferay.webjars.lexicon-1.0.14
com.liferay.webjars.lexicon-1.0.13
com.liferay.webjars.lexicon-1.0.12
com.liferay.webjars.lexicon-1.0.11
com.liferay.webjars.lexicon-1.0.10
com.liferay.webjars.lexicon-1.0.9
com.liferay.webjars.lexicon-1.0.8
com.liferay.webjars.lexicon-1.0.7
com.liferay.webjars.lexicon-1.0.6
com.liferay.webjars.lexicon-1.0.5
com.liferay.webjars.lexicon-1.0.4
com.liferay.webjars.lexicon-1.0.3
com.liferay.webjars.lexicon-1.0.2
com.liferay.webjars.lexicon-1.0.1
com.liferay.webjars.lexicon-1.0.0
0.2.x
com.liferay.webjars.lexicon-0.2.16
com.liferay.webjars.lexicon-0.2.15
com.liferay.webjars.lexicon-0.2.14
com.liferay.webjars.lexicon-0.2.12
com.liferay.webjars.lexicon-0.2.11
com.liferay.webjars.lexicon-0.2.10
com.liferay.webjars.lexicon-0.2.9
com.liferay.webjars.lexicon-0.2.8
com.liferay.webjars.lexicon-0.2.7
com.liferay.webjars.lexicon-0.2.6
com.liferay.webjars.lexicon-0.2.4
com.liferay.webjars.lexicon-0.2.3
com.liferay.webjars.lexicon-0.2.2
com.liferay.webjars.lexicon-0.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.lexicon</artifactId>
    <version>1.0.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.webjars : com.liferay.webjars.lexicon gradle dependency to your build.gradle file:

implementation 'com.liferay.webjars:com.liferay.webjars.lexicon:1.0.35'

Gradle Kotlin DSL: Add the following com.liferay.webjars : com.liferay.webjars.lexicon gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.webjars:com.liferay.webjars.lexicon:1.0.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.webjars : com.liferay.webjars.lexicon sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.webjars" % "com.liferay.webjars.lexicon" % "1.0.35"