is not current version
Last Version 1.1.0

com.github.reinaldoarrosi:maskededittext 1.0.0

This is a masked edit text widget for Android. It handles copy and paste, cursor positioning without being super slow or doing complicated things.

GroupId

GroupId

com.github.reinaldoarrosi
ArtifactId

ArtifactId

maskededittext
Version

Version

1.0.0
Type

Type

aar

Download maskededittext 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.reinaldoarrosi/maskededittext/ -->
<dependency>
    <groupId>com.github.reinaldoarrosi</groupId>
    <artifactId>maskededittext</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.reinaldoarrosi/maskededittext/
implementation 'com.github.reinaldoarrosi:maskededittext:1.0.0'
// https://jarcasting.com/artifacts/com.github.reinaldoarrosi/maskededittext/
implementation ("com.github.reinaldoarrosi:maskededittext:1.0.0")
'com.github.reinaldoarrosi:maskededittext:aar:1.0.0'
<dependency org="com.github.reinaldoarrosi" name="maskededittext" rev="1.0.0">
  <artifact name="maskededittext" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.reinaldoarrosi', module='maskededittext', version='1.0.0')
)
libraryDependencies += "com.github.reinaldoarrosi" % "maskededittext" % "1.0.0"
[com.github.reinaldoarrosi/maskededittext "1.0.0"]