validation-translation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.imsweb</groupId> <artifactId>validation-translation</artifactId> <version>2.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.imsweb</groupId> <artifactId>validation-translation</artifactId> <version>2.3</version> <name>Validation Translation</name> <description>This project allows a Genedits Metafile to be translated into Groovy edits that can be executed in the SEER Validation framework.</description> <url>https://github.com/imsweb/validation-translation</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>A modified BSD License (BSD)</name> <url>https://github.com/imsweb/validation/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>depryf</id> <name>Fabian Depry</name> <email>depryf@imsweb.com</email> </developer> </developers> <scm> <connection>scm:https://github.com/imsweb/validation-translation.git</connection> <developerConnection>scm:git@github.com:imsweb/validation-translation.git</developerConnection> <url>https://github.com/imsweb/validation-translation</url> </scm> <dependencies> <dependency> <groupId>com.imsweb</groupId> <artifactId>validation</artifactId> <version>4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.imsweb</groupId> <artifactId>naaccr-xml</artifactId> <version>11.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.imsweb</groupId> <artifactId>seerutils</artifactId> <version>5.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.imsweb</groupId> <artifactId>staging-algorithm-cs</artifactId> <version>02.05.50.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId> <artifactId>java-cup</artifactId> <version>0.11a</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.50.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.25.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>