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