| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdbr.com.neomode.formvalidation |
| ArtifactId | ArtifactIdneomodeValidationForm |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionNeomodeValidationForm
Module that contains 3 UI elements (ValidatedLinearLayout, ValidatedEditText, ValidatedButton) that help developers to easily create and validate form in Android.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| neomodeValidationForm-1.0.pom | |
| neomodeValidationForm-1.0.aar | 40 KB |
| neomodeValidationForm-1.0-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.neomode.formvalidation/neomodeValidationForm/ -->
<dependency>
<groupId>br.com.neomode.formvalidation</groupId>
<artifactId>neomodeValidationForm</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.neomode.formvalidation/neomodeValidationForm/
implementation 'br.com.neomode.formvalidation:neomodeValidationForm:1.0'
// https://jarcasting.com/artifacts/br.com.neomode.formvalidation/neomodeValidationForm/
implementation ("br.com.neomode.formvalidation:neomodeValidationForm:1.0")
'br.com.neomode.formvalidation:neomodeValidationForm:aar:1.0'
<dependency org="br.com.neomode.formvalidation" name="neomodeValidationForm" rev="1.0">
<artifact name="neomodeValidationForm" type="aar" />
</dependency>
@Grapes(
@Grab(group='br.com.neomode.formvalidation', module='neomodeValidationForm', version='1.0')
)
libraryDependencies += "br.com.neomode.formvalidation" % "neomodeValidationForm" % "1.0"
[br.com.neomode.formvalidation/neomodeValidationForm "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 25.3.0 |