MVN

com.liferay.plugins : classic-dxp-theme

Maven & Gradle

Jul 20, 2023
2k stars
<dependency>
    <groupId>com.liferay.plugins</groupId>
    <artifactId>classic-dxp-theme</artifactId>
    <version>1.0.107</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.plugins : classic-dxp-theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.107

All Versions

Choose a version of com.liferay.plugins : classic-dxp-theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
classic-dxp-theme-1.0.107
classic-dxp-theme-1.0.106
classic-dxp-theme-1.0.105
classic-dxp-theme-1.0.104
classic-dxp-theme-1.0.103
classic-dxp-theme-1.0.102
classic-dxp-theme-1.0.101
classic-dxp-theme-1.0.100
classic-dxp-theme-1.0.99

How to add a dependency to Maven

Add the following com.liferay.plugins : classic-dxp-theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.plugins</groupId>
    <artifactId>classic-dxp-theme</artifactId>
    <version>1.0.107</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.plugins : classic-dxp-theme gradle dependency to your build.gradle file:

implementation 'com.liferay.plugins:classic-dxp-theme:1.0.107'

Gradle Kotlin DSL: Add the following com.liferay.plugins : classic-dxp-theme gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.plugins:classic-dxp-theme:1.0.107")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.plugins : classic-dxp-theme sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.plugins" % "classic-dxp-theme" % "1.0.107"