MVN

com.liferay : com.liferay.project.templates.npm.isomorphic.portlet

Maven & Gradle

Nov 22, 2018
2k stars

Creates a Liferay MVC portlet with npm and isomorphic code support as a module project.

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.project.templates.npm.isomorphic.portlet</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.project.templates.npm.isomorphic.portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of com.liferay : com.liferay.project.templates.npm.isomorphic.portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.liferay.project.templates.npm.isomorphic.portlet-1.0.17
com.liferay.project.templates.npm.isomorphic.portlet-1.0.16
com.liferay.project.templates.npm.isomorphic.portlet-1.0.15
com.liferay.project.templates.npm.isomorphic.portlet-1.0.14
com.liferay.project.templates.npm.isomorphic.portlet-1.0.13
com.liferay.project.templates.npm.isomorphic.portlet-1.0.12
com.liferay.project.templates.npm.isomorphic.portlet-1.0.11
com.liferay.project.templates.npm.isomorphic.portlet-1.0.10
com.liferay.project.templates.npm.isomorphic.portlet-1.0.9
com.liferay.project.templates.npm.isomorphic.portlet-1.0.8
com.liferay.project.templates.npm.isomorphic.portlet-1.0.7
com.liferay.project.templates.npm.isomorphic.portlet-1.0.6
com.liferay.project.templates.npm.isomorphic.portlet-1.0.5
com.liferay.project.templates.npm.isomorphic.portlet-1.0.4
com.liferay.project.templates.npm.isomorphic.portlet-1.0.2
com.liferay.project.templates.npm.isomorphic.portlet-1.0.1
com.liferay.project.templates.npm.isomorphic.portlet-1.0.0

How to add a dependency to Maven

Add the following com.liferay : com.liferay.project.templates.npm.isomorphic.portlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.project.templates.npm.isomorphic.portlet</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.project.templates.npm.isomorphic.portlet gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.project.templates.npm.isomorphic.portlet:1.0.17'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.project.templates.npm.isomorphic.portlet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.project.templates.npm.isomorphic.portlet:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.project.templates.npm.isomorphic.portlet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.project.templates.npm.isomorphic.portlet" % "1.0.17"

Advertisement