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