Download com.liferay.gradle.plugins.service.builder-2.0.0.jar file - Jar c

Jar examples for c:com.liferay.gradle.plugins

Description

The Service Builder Gradle plugin allows you to generate a Liferay service layer defined in a Service Builder service.xml file.

You can download jar file com.liferay.gradle.plugins.service.builder 2.0.0 in this page.

License

LGPL 2.1

Build File

You can use the following script to add com.liferay.gradle.plugins.service.builder-2.0.0.jar to your project.

<dependency>
   <groupId>com.liferay</groupId>
   <artifactId>com.liferay.gradle.plugins.service.builder</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.liferay', name: 'com.liferay.gradle.plugins.service.builder', version: '2.0.0'
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.service.builder" % "2.0.0"
<dependency org="com.liferay" name="com.liferay.gradle.plugins.service.builder" rev="2.0.0"/>
@Grapes(@Grab(group='com.liferay', module='com.liferay.gradle.plugins.service.builder', version='2.0.0'))
'com.liferay:com.liferay.gradle.plugins.service.builder:jar:2.0.0'

Download

Click the following link to download the jar file.

com.liferay.gradle.plugins.service.builder-2.0.0-javadoc.jar
com.liferay.gradle.plugins.service.builder-2.0.0-sources-commercial.jar
com.liferay.gradle.plugins.service.builder-2.0.0-sources.jar
com.liferay.gradle.plugins.service.builder-2.0.0.jar
com.liferay.gradle.plugins.service.builder-2.0.0.pom



Related Tutorials