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