MVN

com.soulgalore : xml-velocity

Maven & Gradle

Jan 20, 2014

XML-Velocity · Merge a XML file with a Velocity template

<dependency>
    <groupId>com.soulgalore</groupId>
    <artifactId>xml-velocity</artifactId>
    <version>1.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soulgalore : xml-velocity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.8

All Versions

Choose a version of com.soulgalore : xml-velocity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
xml-velocity-1.8.8
xml-velocity-1.8.6
xml-velocity-1.8.5
xml-velocity-1.8.4
xml-velocity-1.8.3
xml-velocity-1.8.2
xml-velocity-1.8.1
1.8
xml-velocity-1.8
1.7
xml-velocity-1.7
1.6
xml-velocity-1.6
1.5.x
xml-velocity-1.5.1
1.5
xml-velocity-1.5
1.4
xml-velocity-1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soulgalore</groupId>
    <artifactId>xml-velocity</artifactId>
    <version>1.8.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.soulgalore:xml-velocity:1.8.8'

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

implementation("com.soulgalore:xml-velocity:1.8.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.soulgalore" % "xml-velocity" % "1.8.8"

Advertisement