GroupId | GroupIdcom.rengwuxian.materialedittext |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
library-1.2.0.pom | -1 bytes |
library-1.2.0-sources.jar | 8 KB |
library-1.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation 'com.rengwuxian.materialedittext:library:1.2.0'
// https://jarcasting.com/artifacts/com.rengwuxian.materialedittext/library/
implementation ("com.rengwuxian.materialedittext:library:1.2.0")
'com.rengwuxian.materialedittext:library:jar:1.2.0'
<dependency org="com.rengwuxian.materialedittext" name="library" rev="1.2.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rengwuxian.materialedittext', module='library', version='1.2.0')
)
libraryDependencies += "com.rengwuxian.materialedittext" % "library" % "1.2.0"
[com.rengwuxian.materialedittext/library "1.2.0"]