License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.anarres.gradle |
ArtifactId | ArtifactIdgradle-velocity-plugin |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-velocity-plugin
A Gradle plugin for the Velocity pre-processor.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/ -->
<dependency>
<groupId>org.anarres.gradle</groupId>
<artifactId>gradle-velocity-plugin</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation 'org.anarres.gradle:gradle-velocity-plugin:1.0.9'
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation ("org.anarres.gradle:gradle-velocity-plugin:1.0.9")
'org.anarres.gradle:gradle-velocity-plugin:jar:1.0.9'
<dependency org="org.anarres.gradle" name="gradle-velocity-plugin" rev="1.0.9">
<artifact name="gradle-velocity-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.gradle', module='gradle-velocity-plugin', version='1.0.9')
)
libraryDependencies += "org.anarres.gradle" % "gradle-velocity-plugin" % "1.0.9"
[org.anarres.gradle/gradle-velocity-plugin "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity | jar | 1.7 |
org.apache.velocity : velocity-tools | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 27.1-jre |
ch.qos.logback : logback-classic | jar | 1.1.3 |