License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.workspace |
Last Version | Last Version1.0.170 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCreates a Liferay Workspace project usable by Gradle and Maven build tools.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.workspace/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.workspace</artifactId>
<version>1.0.170</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.workspace/
implementation 'com.liferay:com.liferay.project.templates.workspace:1.0.170'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.workspace/
implementation ("com.liferay:com.liferay.project.templates.workspace:1.0.170")
'com.liferay:com.liferay.project.templates.workspace:jar:1.0.170'
<dependency org="com.liferay" name="com.liferay.project.templates.workspace" rev="1.0.170">
<artifact name="com.liferay.project.templates.workspace" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.workspace', version='1.0.170')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.workspace" % "1.0.170"
[com.liferay/com.liferay.project.templates.workspace "1.0.170"]