GroupId | GroupIdcom.rengwuxian.materialedittext |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.7.0 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.7.0.pom | |
library-1.7.0.aar | 36 KB |
library-1.7.0-sources.jar | 16 KB |
library-1.7.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/ -->
<dependency>
<groupId>com.rengwuxian.materialedittext</groupId>
<artifactId>library</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation 'com.rengwuxian.materialedittext:library:1.7.0'
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation ("com.rengwuxian.materialedittext:library:1.7.0")
'com.rengwuxian.materialedittext:library:aar:1.7.0'
<dependency org="com.rengwuxian.materialedittext" name="library" rev="1.7.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rengwuxian.materialedittext', module='library', version='1.7.0')
)
libraryDependencies += "com.rengwuxian.materialedittext" % "library" % "1.7.0"
[com.rengwuxian.materialedittext/library "1.7.0"]