MVN

com.anaplan.engineering : vdm-pretty-printer

Maven & Gradle

Mar 14, 2022
1 usages
0 stars

VDM Pretty Printer · Tools to produce a pretty-printed representation of a VDM AST.

<dependency>
    <groupId>com.anaplan.engineering</groupId>
    <artifactId>vdm-pretty-printer</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaplan.engineering : vdm-pretty-printer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.anaplan.engineering : vdm-pretty-printer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
vdm-pretty-printer-3.0.2
2.6.x
vdm-pretty-printer-2.6.4
vdm-pretty-printer-2.6.2

How to add a dependency to Maven

Add the following com.anaplan.engineering : vdm-pretty-printer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anaplan.engineering</groupId>
    <artifactId>vdm-pretty-printer</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anaplan.engineering : vdm-pretty-printer gradle dependency to your build.gradle file:

implementation 'com.anaplan.engineering:vdm-pretty-printer:3.0.2'

Gradle Kotlin DSL: Add the following com.anaplan.engineering : vdm-pretty-printer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anaplan.engineering:vdm-pretty-printer:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anaplan.engineering : vdm-pretty-printer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anaplan.engineering" % "vdm-pretty-printer" % "3.0.2"

Advertisement