License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.rest.builder |
Last Version | Last Version1.0.76 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCreates a Liferay REST Builder project by generating an API and implementation module.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.rest.builder/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.rest.builder</artifactId>
<version>1.0.76</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.rest.builder/
implementation 'com.liferay:com.liferay.project.templates.rest.builder:1.0.76'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.rest.builder/
implementation ("com.liferay:com.liferay.project.templates.rest.builder:1.0.76")
'com.liferay:com.liferay.project.templates.rest.builder:jar:1.0.76'
<dependency org="com.liferay" name="com.liferay.project.templates.rest.builder" rev="1.0.76">
<artifact name="com.liferay.project.templates.rest.builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.rest.builder', version='1.0.76')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.rest.builder" % "1.0.76"
[com.liferay/com.liferay.project.templates.rest.builder "1.0.76"]