| GroupId | GroupIdcom.andrewgiang.spritzertextview |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.3.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.3.4.pom | |
| library-0.3.4.aar | 17 KB |
| library-0.3.4-sources.jar | 7 KB |
| library-0.3.4-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.andrewgiang.spritzertextview/library/ -->
<dependency>
<groupId>com.andrewgiang.spritzertextview</groupId>
<artifactId>library</artifactId>
<version>0.3.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.andrewgiang.spritzertextview/library/
implementation 'com.andrewgiang.spritzertextview:library:0.3.4'
// https://jarcasting.com/artifacts/com.andrewgiang.spritzertextview/library/
implementation ("com.andrewgiang.spritzertextview:library:0.3.4")
'com.andrewgiang.spritzertextview:library:aar:0.3.4'
<dependency org="com.andrewgiang.spritzertextview" name="library" rev="0.3.4">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.andrewgiang.spritzertextview', module='library', version='0.3.4')
)
libraryDependencies += "com.andrewgiang.spritzertextview" % "library" % "0.3.4"
[com.andrewgiang.spritzertextview/library "0.3.4"]