License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.gradle.plugins |
Last Version | Last Version13.2.186 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiferay Gradle Plugins
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.gradle.plugins</artifactId>
<version>13.2.186</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins/
implementation 'com.liferay:com.liferay.gradle.plugins:13.2.186'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins/
implementation ("com.liferay:com.liferay.gradle.plugins:13.2.186")
'com.liferay:com.liferay.gradle.plugins:jar:13.2.186'
<dependency org="com.liferay" name="com.liferay.gradle.plugins" rev="13.2.186">
<artifact name="com.liferay.gradle.plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.gradle.plugins', version='13.2.186')
)
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins" % "13.2.186"
[com.liferay/com.liferay.gradle.plugins "13.2.186"]