MVN

com.liferay.webjars : com.liferay.webjars.metal-components

Maven & Gradle

Sep 23, 2016
<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.metal-components</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.1
  • Latest Release Candidate: 1.0.0-rc.28

All Versions

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

Version Vulnerabilities Updated
2.3.x
com.liferay.webjars.metal-components-2.3.1
1.0.x
com.liferay.webjars.metal-components-1.0.0-rc.28
com.liferay.webjars.metal-components-1.0.0-rc.26
com.liferay.webjars.metal-components-1.0.0-rc.25
com.liferay.webjars.metal-components-1.0.0-rc.24
com.liferay.webjars.metal-components-1.0.0-rc.20
com.liferay.webjars.metal-components-1.0.0-rc.23
com.liferay.webjars.metal-components-1.0.0-rc.19
com.liferay.webjars.metal-components-1.0.0-rc.17
com.liferay.webjars.metal-components-1.0.0-rc.11
com.liferay.webjars.metal-components-1.0.0-rc.9
com.liferay.webjars.metal-components-1.0.0-rc.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.metal-components</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.liferay.webjars:com.liferay.webjars.metal-components:2.3.1'

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

implementation("com.liferay.webjars:com.liferay.webjars.metal-components:2.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.liferay.webjars" % "com.liferay.webjars.metal-components" % "2.3.1"