License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.liferay.maven |
ArtifactId | ArtifactIdliferay-archetypes |
Last Version | Last Version7.0.0-m2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLiferay Maven 2 Archetypes
Parent project to support Liferay archetypes.
|
Filename | Size |
---|---|
liferay-archetypes-7.0.0-m2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.maven/liferay-archetypes/ -->
<dependency>
<groupId>com.liferay.maven</groupId>
<artifactId>liferay-archetypes</artifactId>
<version>7.0.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.maven/liferay-archetypes/
implementation 'com.liferay.maven:liferay-archetypes:7.0.0-m2'
// https://jarcasting.com/artifacts/com.liferay.maven/liferay-archetypes/
implementation ("com.liferay.maven:liferay-archetypes:7.0.0-m2")
'com.liferay.maven:liferay-archetypes:pom:7.0.0-m2'
<dependency org="com.liferay.maven" name="liferay-archetypes" rev="7.0.0-m2">
<artifact name="liferay-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liferay.maven', module='liferay-archetypes', version='7.0.0-m2')
)
libraryDependencies += "com.liferay.maven" % "liferay-archetypes" % "7.0.0-m2"
[com.liferay.maven/liferay-archetypes "7.0.0-m2"]