MVN

velocity-dvsl : velocity-dvsl

Maven & Gradle

Sep 20, 2005
1 usages
<dependency>
    <groupId>velocity-dvsl</groupId>
    <artifactId>velocity-dvsl</artifactId>
    <version>0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.45

All Versions

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

Version Vulnerabilities Updated
0.45
velocity-dvsl-0.45
0.44.x
velocity-dvsl-0.44.20020720.082908
velocity-dvsl-0.44.20020720.011619
velocity-dvsl-0.44.20020719.122919
0.43.x
velocity-dvsl-0.43.20020719.020022
velocity-dvsl-0.43.20020716.041424
velocity-dvsl-0.43.20020711.010949
0.43
velocity-dvsl-0.43
0.40
velocity-dvsl-0.40
0.31
velocity-dvsl-0.31

How to add a dependency to Maven

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

<dependency>
    <groupId>velocity-dvsl</groupId>
    <artifactId>velocity-dvsl</artifactId>
    <version>0.45</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'velocity-dvsl:velocity-dvsl:0.45'

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

implementation("velocity-dvsl:velocity-dvsl:0.45")

How to add a dependency to SBT Scala

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

libraryDependencies += "velocity-dvsl" % "velocity-dvsl" % "0.45"

Advertisement