Download com.liferay.gradle.plugins.soy-1.0.3.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 1.0.3 in this page.

License

LGPL 2.1

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials