| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.googlecode.gwt-validation | 
| ArtifactId | ArtifactIdgwt-validation-parent | 
| Last Version | Last Version2.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiongwt-validation-parent gwt validation framework based on JSR-303 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gwt-validation-parent-2.1.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-validation/gwt-validation-parent/ -->
<dependency>
    <groupId>com.googlecode.gwt-validation</groupId>
    <artifactId>gwt-validation-parent</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.gwt-validation/gwt-validation-parent/
implementation 'com.googlecode.gwt-validation:gwt-validation-parent:2.1'// https://jarcasting.com/artifacts/com.googlecode.gwt-validation/gwt-validation-parent/
implementation ("com.googlecode.gwt-validation:gwt-validation-parent:2.1")'com.googlecode.gwt-validation:gwt-validation-parent:pom:2.1'<dependency org="com.googlecode.gwt-validation" name="gwt-validation-parent" rev="2.1">
  <artifact name="gwt-validation-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.googlecode.gwt-validation', module='gwt-validation-parent', version='2.1')
)libraryDependencies += "com.googlecode.gwt-validation" % "gwt-validation-parent" % "2.1"[com.googlecode.gwt-validation/gwt-validation-parent "2.1"]