MVN

velocity-tools : velocity-tools-generic

Maven & Gradle

Dec 26, 2007
13 usages
<dependency>
    <groupId>velocity-tools</groupId>
    <artifactId>velocity-tools-generic</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of velocity-tools : velocity-tools-generic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4
  • Latest Beta: 2.0-beta1

All Versions

Choose a version of velocity-tools : velocity-tools-generic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
velocity-tools-generic-2.0-beta1
1.4
velocity-tools-generic-1.4
1.3
velocity-tools-generic-1.3
1.2
velocity-tools-generic-1.2
1.1
velocity-tools-generic-1.1
1.0
velocity-tools-generic-1.0

How to add a dependency to Maven

Add the following velocity-tools : velocity-tools-generic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>velocity-tools</groupId>
    <artifactId>velocity-tools-generic</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following velocity-tools : velocity-tools-generic gradle dependency to your build.gradle file:

implementation 'velocity-tools:velocity-tools-generic:1.4'

Gradle Kotlin DSL: Add the following velocity-tools : velocity-tools-generic gradle kotlin dependency to your build.gradle.kts file:

implementation("velocity-tools:velocity-tools-generic:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following velocity-tools : velocity-tools-generic sbt scala dependency to your build.sbt file:

libraryDependencies += "velocity-tools" % "velocity-tools-generic" % "1.4"

Advertisement