License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.npm.portlet |
Version | Version1.0.17 |
Type | Typejar |
Description |
DescriptionCreates a Liferay MVC portlet with npm support as a module project.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.portlet/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.npm.portlet</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.portlet/
implementation 'com.liferay:com.liferay.project.templates.npm.portlet:1.0.17'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.portlet/
implementation ("com.liferay:com.liferay.project.templates.npm.portlet:1.0.17")
'com.liferay:com.liferay.project.templates.npm.portlet:jar:1.0.17'
<dependency org="com.liferay" name="com.liferay.project.templates.npm.portlet" rev="1.0.17">
<artifact name="com.liferay.project.templates.npm.portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.npm.portlet', version='1.0.17')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.npm.portlet" % "1.0.17"
[com.liferay/com.liferay.project.templates.npm.portlet "1.0.17"]