MVN

com.imsweb : validation-translation

Maven & Gradle

Aug 17, 2022
0 stars

Validation Translation · This project allows a Genedits Metafile to be translated into Groovy edits that can be executed in the SEER Validation framework.

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>validation-translation</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imsweb : validation-translation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.imsweb : validation-translation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
validation-translation-1.2
1.1
validation-translation-1.1
1.0
validation-translation-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>validation-translation</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imsweb : validation-translation gradle dependency to your build.gradle file:

implementation 'com.imsweb:validation-translation:1.2'

Gradle Kotlin DSL: Add the following com.imsweb : validation-translation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imsweb:validation-translation:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imsweb : validation-translation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imsweb" % "validation-translation" % "1.2"

Advertisement

Dependencies from Group

Feb 03, 2023
7 usages
3 stars
May 04, 2023
6 usages
15 stars
Aug 30, 2019
5 usages
0 stars
Jul 17, 2023
4 usages
2 stars
Dec 22, 2021
4 usages
0 stars

Discover Dependencies