is not current version
Last Version 2.1.4

com.rengwuxian.materialedittext:library 2.0.3

Android EditText in Material Design

GroupId

GroupId

com.rengwuxian.materialedittext
ArtifactId

ArtifactId

library
Version

Version

2.0.3
Type

Type

aar

Download library 2.0.3


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