License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.fragment |
Last Version | Last Version1.0.168 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCreates a Liferay fragment module project that customizes existing Liferay modules.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.fragment/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.fragment</artifactId>
<version>1.0.168</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.fragment/
implementation 'com.liferay:com.liferay.project.templates.fragment:1.0.168'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.fragment/
implementation ("com.liferay:com.liferay.project.templates.fragment:1.0.168")
'com.liferay:com.liferay.project.templates.fragment:jar:1.0.168'
<dependency org="com.liferay" name="com.liferay.project.templates.fragment" rev="1.0.168">
<artifact name="com.liferay.project.templates.fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.fragment', version='1.0.168')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.fragment" % "1.0.168"
[com.liferay/com.liferay.project.templates.fragment "1.0.168"]