validation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.imsweb</groupId> <artifactId>validation</artifactId> <version>4.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</artifactId> <version>4.3</version> <name>Validation Framework</name> <description>This framework allows edits to be defined in Groovy and to be executed on various data types.</description> <url>https://github.com/imsweb/validation</url> <inceptionYear>2015</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.git</connection> <developerConnection>scm:git@github.com:imsweb/validation.git</developerConnection> <url>https://github.com/imsweb/validation</url> </scm> <dependencies> <dependency> <groupId>com.imsweb</groupId> <artifactId>staging-client-java</artifactId> <version>11.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.18.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>