| Группа | Группаcom.rengwuxian.materialedittext |
|---|---|
| Идентификатор | Идентификаторlibrary |
| Версия | Версия1.4.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| library-1.4.3.pom | |
| library-1.4.3.aar | 20 KB |
| library-1.4.3-sources.jar | 9 KB |
| library-1.4.3-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/ -->
<dependency>
<groupId>com.rengwuxian.materialedittext</groupId>
<artifactId>library</artifactId>
<version>1.4.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation 'com.rengwuxian.materialedittext:library:1.4.3'
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation ("com.rengwuxian.materialedittext:library:1.4.3")
'com.rengwuxian.materialedittext:library:aar:1.4.3'
<dependency org="com.rengwuxian.materialedittext" name="library" rev="1.4.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rengwuxian.materialedittext', module='library', version='1.4.3')
)
libraryDependencies += "com.rengwuxian.materialedittext" % "library" % "1.4.3"
[com.rengwuxian.materialedittext/library "1.4.3"]