License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdde.psdev.formvalidations |
ArtifactId | ArtifactIdformvalidations-parent |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionFormValidations
FormValidations is an open source library to validate forms in Android apps.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
formvalidations-parent-1.1.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/ -->
<dependency>
<groupId>de.psdev.formvalidations</groupId>
<artifactId>formvalidations-parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/
implementation 'de.psdev.formvalidations:formvalidations-parent:1.1.2'
// https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/
implementation ("de.psdev.formvalidations:formvalidations-parent:1.1.2")
'de.psdev.formvalidations:formvalidations-parent:pom:1.1.2'
<dependency org="de.psdev.formvalidations" name="formvalidations-parent" rev="1.1.2">
<artifact name="formvalidations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.psdev.formvalidations', module='formvalidations-parent', version='1.1.2')
)
libraryDependencies += "de.psdev.formvalidations" % "formvalidations-parent" % "1.1.2"
[de.psdev.formvalidations/formvalidations-parent "1.1.2"]