Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.npm.react.portlet |
Version | Version1.0.102 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.react.portlet/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.npm.react.portlet</artifactId>
<version>1.0.102</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.react.portlet/
implementation 'com.liferay:com.liferay.project.templates.npm.react.portlet:1.0.102'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.npm.react.portlet/
implementation ("com.liferay:com.liferay.project.templates.npm.react.portlet:1.0.102")
'com.liferay:com.liferay.project.templates.npm.react.portlet:jar:1.0.102'
<dependency org="com.liferay" name="com.liferay.project.templates.npm.react.portlet" rev="1.0.102">
<artifact name="com.liferay.project.templates.npm.react.portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.npm.react.portlet', version='1.0.102')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.npm.react.portlet" % "1.0.102"
[com.liferay/com.liferay.project.templates.npm.react.portlet "1.0.102"]