MVN

com.anaplan.engineering : vdm-gradle-plugin

Maven & Gradle

Jun 19, 2023
1 usages
3 stars

VDM Gradle plugin · A Gradle plugin to parse, type-check, test and publish a VDM specification.

<dependency>
    <groupId>com.anaplan.engineering</groupId>
    <artifactId>vdm-gradle-plugin</artifactId>
    <version>3.0.2+4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2+4

All Versions

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

Version Vulnerabilities Updated
3.0.x
vdm-gradle-plugin-3.0.2
vdm-gradle-plugin-3.0.2+4
vdm-gradle-plugin-3.0.2+3
vdm-gradle-plugin-3.0.2+2
vdm-gradle-plugin-3.0.2+1
2.6.x
vdm-gradle-plugin-2.6.4
vdm-gradle-plugin-2.6.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.anaplan.engineering</groupId>
    <artifactId>vdm-gradle-plugin</artifactId>
    <version>3.0.2+4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.anaplan.engineering:vdm-gradle-plugin:3.0.2+4'

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

implementation("com.anaplan.engineering:vdm-gradle-plugin:3.0.2+4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.anaplan.engineering" % "vdm-gradle-plugin" % "3.0.2+4"

Advertisement