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