| GroupId | GroupIdcom.andrewgiang.spritzertextview |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.1.0.pom | |
| library-0.1.0.aar | 12 KB |
| library-0.1.0-sources.jar | 4 KB |
| library-0.1.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.andrewgiang.spritzertextview/library/
implementation 'com.andrewgiang.spritzertextview:library:0.1.0'
// https://jarcasting.com/artifacts/com.andrewgiang.spritzertextview/library/
implementation ("com.andrewgiang.spritzertextview:library:0.1.0")
'com.andrewgiang.spritzertextview:library:aar:0.1.0'
<dependency org="com.andrewgiang.spritzertextview" name="library" rev="0.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.andrewgiang.spritzertextview', module='library', version='0.1.0')
)
libraryDependencies += "com.andrewgiang.spritzertextview" % "library" % "0.1.0"
[com.andrewgiang.spritzertextview/library "0.1.0"]