MVN

it.bancaditalia.oss.vtl : vtl-parser

Maven & Gradle

Jan 27, 2022
3 usages
11 stars

vtl-parser · VTL grammar and generated parser

<dependency>
    <groupId>it.bancaditalia.oss.vtl</groupId>
    <artifactId>vtl-parser</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.bancaditalia.oss.vtl : vtl-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of it.bancaditalia.oss.vtl : vtl-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
vtl-parser-1.1.1
vtl-parser-1.1.0
1.0.x
vtl-parser-1.0.8
vtl-parser-1.0.7
vtl-parser-1.0.6
vtl-parser-1.0.5
vtl-parser-1.0.4
vtl-parser-1.0.3

How to add a dependency to Maven

Add the following it.bancaditalia.oss.vtl : vtl-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.bancaditalia.oss.vtl</groupId>
    <artifactId>vtl-parser</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.bancaditalia.oss.vtl : vtl-parser gradle dependency to your build.gradle file:

implementation 'it.bancaditalia.oss.vtl:vtl-parser:1.1.1'

Gradle Kotlin DSL: Add the following it.bancaditalia.oss.vtl : vtl-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("it.bancaditalia.oss.vtl:vtl-parser:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.bancaditalia.oss.vtl : vtl-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "it.bancaditalia.oss.vtl" % "vtl-parser" % "1.1.1"

Advertisement