| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторcom.liferay.gradle.plugins.rest.builder |
| Версия | Версия1.0.51 |
| Тип | Типjar |
<!-- 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.51</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.51'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.rest.builder/
implementation ("com.liferay:com.liferay.gradle.plugins.rest.builder:1.0.51")
'com.liferay:com.liferay.gradle.plugins.rest.builder:jar:1.0.51'
<dependency org="com.liferay" name="com.liferay.gradle.plugins.rest.builder" rev="1.0.51">
<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.51')
)
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.rest.builder" % "1.0.51"
[com.liferay/com.liferay.gradle.plugins.rest.builder "1.0.51"]