Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.liferay.maven |
ArtifactId | ArtifactIdplugins |
Version | Version6.2.10.12 |
Type | Typepom |
Filename | Size |
---|---|
plugins-6.2.10.12.pom | 679 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.maven/plugins/ -->
<dependency>
<groupId>com.liferay.maven</groupId>
<artifactId>plugins</artifactId>
<version>6.2.10.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.maven/plugins/
implementation 'com.liferay.maven:plugins:6.2.10.12'
// https://jarcasting.com/artifacts/com.liferay.maven/plugins/
implementation ("com.liferay.maven:plugins:6.2.10.12")
'com.liferay.maven:plugins:pom:6.2.10.12'
<dependency org="com.liferay.maven" name="plugins" rev="6.2.10.12">
<artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liferay.maven', module='plugins', version='6.2.10.12')
)
libraryDependencies += "com.liferay.maven" % "plugins" % "6.2.10.12"
[com.liferay.maven/plugins "6.2.10.12"]