Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.gradle.plugins.wedeploy |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.wedeploy/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.gradle.plugins.wedeploy</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.wedeploy/
implementation 'com.liferay:com.liferay.gradle.plugins.wedeploy:3.0.1'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.wedeploy/
implementation ("com.liferay:com.liferay.gradle.plugins.wedeploy:3.0.1")
'com.liferay:com.liferay.gradle.plugins.wedeploy:jar:3.0.1'
<dependency org="com.liferay" name="com.liferay.gradle.plugins.wedeploy" rev="3.0.1">
<artifact name="com.liferay.gradle.plugins.wedeploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.gradle.plugins.wedeploy', version='3.0.1')
)
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.wedeploy" % "3.0.1"
[com.liferay/com.liferay.gradle.plugins.wedeploy "3.0.1"]