gwt-validation-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.treblereel.gwt.gwtproject.validation</groupId> <artifactId>gwt-validation-api</artifactId> <version>202203291</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"> <modelVersion>4.0.0</modelVersion> <groupId>org.treblereel.gwt.gwtproject.validation</groupId> <artifactId>gwt-validation-api</artifactId> <version>202203291</version> <name>client api for gwt-validation</name> <description>client api for gwt-validation</description> <url>https://github.com/gwtproject/gwt-validation-parent/gwt-validation-api</url> <inceptionYear>2019</inceptionYear> <organization> <name>The GWT Project Authors</name> <url>https://github.com/gwtproject</url> </organization> <licenses> <license> <name>Apache License Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>treblereel</id> <name>Dmitrii Tikhomirov</name> <email>chani.liet@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/org.gwtproject/gwt-validation.git</connection> <developerConnection>scm:git:ssh://github.com/org.gwtproject/gwt-validation.git</developerConnection> <url>https://github.com/org.gwtproject/gwt-validation/tree/master</url> </scm> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>org.treblereel.gwt.gwtproject.i18n</groupId> <artifactId>gwt-i18n</artifactId> <version>202203291</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.treblereel.gwt.gwtproject.core</groupId> <artifactId>gwt-core</artifactId> <version>202203291</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.treblereel.gwt.gwtproject.regexp</groupId> <artifactId>gwt-regexp</artifactId> <version>202203291</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-core</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>