masked-edittext
Used in 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Android library contain custom realisation of EditText component for masking and formatting input text
Snippets
<dependency> <groupId>com.github.pinball83</groupId> <artifactId>masked-edittext</artifactId> <version>1.0.4</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.pinball83</groupId> <artifactId>masked-edittext</artifactId> <version>1.0.4</version> <packaging>aar</packaging> <name>Masked - EditText</name> <description>Android library contain custom realisation of EditText component for masking and formatting input text</description> <url>https://github.com/pinball83/Masked-EditText</url> <licenses> <license> <name>LGPL 2.1</name> <url>http://opensource.org/licenses/lgpl-2.1.php</url> </license> </licenses> <developers> <developer> <id>pinball83</id> <name>Evgeny Safronov</name> <email>raggamuffin.inda.shell@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/pinball83/Masked-EditText.git</connection> <developerConnection>https://github.com/pinball83/Masked-EditText.git</developerConnection> <url>https://github.com/pinball83/Masked-EditText</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>27.0.2</version> <scope>compile</scope> </dependency> </dependencies> </project>