Download com.liferay.gradle.plugins.soy-3.1.1.jar file - Jar c

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

Description

The Soy Gradle plugin lets you compile Closure Templates into JavaScript functions. It also lets you use a custom localization mechanism in the generated .soy.js files by replacing "goog.getMsg" definitions with a different function call (e.g., "Liferay.Language.get").

You can download jar file com.liferay.gradle.plugins.soy 3.1.1 in this page.

License

LGPL 2.1

Build File

You can use the following script to add com.liferay.gradle.plugins.soy-3.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

com.liferay.gradle.plugins.soy-3.1.1-javadoc.jar
com.liferay.gradle.plugins.soy-3.1.1-sources.jar
com.liferay.gradle.plugins.soy-3.1.1.jar
com.liferay.gradle.plugins.soy-3.1.1.pom



Related Tutorials