Download gradle-velocity-plugin-1.0.4.jar file - Jar g

Jar examples for g:gradle-velocity-plugin

Description

A gradle plugin for the Velocity pre-processor.

You can download jar file gradle-velocity-plugin 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-velocity-plugin-1.0.4.jar to your project.

<dependency>
   <groupId>org.anarres.gradle</groupId>
   <artifactId>gradle-velocity-plugin</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'org.anarres.gradle', name: 'gradle-velocity-plugin', version: '1.0.4'
libraryDependencies += "org.anarres.gradle" % "gradle-velocity-plugin" % "1.0.4"
<dependency org="org.anarres.gradle" name="gradle-velocity-plugin" rev="1.0.4"/>
@Grapes(@Grab(group='org.anarres.gradle', module='gradle-velocity-plugin', version='1.0.4'))
'org.anarres.gradle:gradle-velocity-plugin:jar:1.0.4'

Download

Click the following link to download the jar file.

gradle-velocity-plugin-1.0.4-javadoc.jar
gradle-velocity-plugin-1.0.4-sources.jar
gradle-velocity-plugin-1.0.4.jar
gradle-velocity-plugin-1.0.4.pom



Related Tutorials