License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.gradle.plugins.deployment.helper |
Version | Version1.0.7 |
Type | Typejar |
Description |
DescriptionThe Deployment Helper Gradle plugin lets you run the Liferay Deployment Helper tool to create a cluster deployable WAR from your OSGi artifacts.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.deployment.helper/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.gradle.plugins.deployment.helper</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.deployment.helper/
implementation 'com.liferay:com.liferay.gradle.plugins.deployment.helper:1.0.7'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.deployment.helper/
implementation ("com.liferay:com.liferay.gradle.plugins.deployment.helper:1.0.7")
'com.liferay:com.liferay.gradle.plugins.deployment.helper:jar:1.0.7'
<dependency org="com.liferay" name="com.liferay.gradle.plugins.deployment.helper" rev="1.0.7">
<artifact name="com.liferay.gradle.plugins.deployment.helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.gradle.plugins.deployment.helper', version='1.0.7')
)
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.deployment.helper" % "1.0.7"
[com.liferay/com.liferay.gradle.plugins.deployment.helper "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.liferay : com.liferay.gradle.util | jar | 1.0.44 |