| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.anaplan.engineering |
| ArtifactId | ArtifactIdvdm-gradle-plugin |
| Last Version | Last Version3.0.2+2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVDM Gradle plugin
A Gradle plugin to parse, type-check, test and publish a VDM specification.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vdm-gradle-plugin-3.0.2+2.pom | |
| vdm-gradle-plugin-3.0.2+2.jar | 162 KB |
| vdm-gradle-plugin-3.0.2+2-sources.jar | 24 KB |
| vdm-gradle-plugin-3.0.2+2-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.anaplan.engineering/vdm-gradle-plugin/ -->
<dependency>
<groupId>com.anaplan.engineering</groupId>
<artifactId>vdm-gradle-plugin</artifactId>
<version>3.0.2+2</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaplan.engineering/vdm-gradle-plugin/
implementation 'com.anaplan.engineering:vdm-gradle-plugin:3.0.2+2'
// https://jarcasting.com/artifacts/com.anaplan.engineering/vdm-gradle-plugin/
implementation ("com.anaplan.engineering:vdm-gradle-plugin:3.0.2+2")
'com.anaplan.engineering:vdm-gradle-plugin:jar:3.0.2+2'
<dependency org="com.anaplan.engineering" name="vdm-gradle-plugin" rev="3.0.2+2">
<artifact name="vdm-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaplan.engineering', module='vdm-gradle-plugin', version='3.0.2+2')
)
libraryDependencies += "com.anaplan.engineering" % "vdm-gradle-plugin" % "3.0.2+2"
[com.anaplan.engineering/vdm-gradle-plugin "3.0.2+2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.31 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.31 |
| org.jetbrains.kotlinx : kotlinx-html-jvm | jar | 0.7.3 |
| org.overturetool.core : interpreter | jar | 3.0.2 |
| org.overturetool.core.annotations : provided | jar | 3.0.2 |
| com.anaplan.engineering : vdm-pretty-printer | jar | 3.0.2 |
| com.atlassian.commonmark : commonmark | jar | 0.11.0 |
| com.atlassian.commonmark : commonmark-ext-gfm-tables | jar | 0.9.0 |
| com.xenomachina : kotlin-argparser | jar | 2.0.7 |