is not current version
Last Version 1.0.9

org.anarres.gradle:gradle-velocity-plugin 1.0.4

A Gradle plugin for the Velocity pre-processor.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.anarres.gradle
ArtifactId

ArtifactId

gradle-velocity-plugin
Version

Version

1.0.4
Type

Type

jar

Download gradle-velocity-plugin 1.0.4


<!-- https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/ -->
<dependency>
    <groupId>org.anarres.gradle</groupId>
    <artifactId>gradle-velocity-plugin</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation 'org.anarres.gradle:gradle-velocity-plugin:1.0.4'
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation ("org.anarres.gradle:gradle-velocity-plugin:1.0.4")
'org.anarres.gradle:gradle-velocity-plugin:jar:1.0.4'
<dependency org="org.anarres.gradle" name="gradle-velocity-plugin" rev="1.0.4">
  <artifact name="gradle-velocity-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.gradle', module='gradle-velocity-plugin', version='1.0.4')
)
libraryDependencies += "org.anarres.gradle" % "gradle-velocity-plugin" % "1.0.4"
[org.anarres.gradle/gradle-velocity-plugin "1.0.4"]