| GroupId | GroupIdcom.github.sasakitomohiro |
|---|---|
| ArtifactId | ArtifactIdindicatorview |
| Version | Version0.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| indicatorview-0.0.3.pom | |
| indicatorview-0.0.3-sources.jar | 3 KB |
| indicatorview-0.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sasakitomohiro/indicatorview/ -->
<dependency>
<groupId>com.github.sasakitomohiro</groupId>
<artifactId>indicatorview</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sasakitomohiro/indicatorview/
implementation 'com.github.sasakitomohiro:indicatorview:0.0.3'
// https://jarcasting.com/artifacts/com.github.sasakitomohiro/indicatorview/
implementation ("com.github.sasakitomohiro:indicatorview:0.0.3")
'com.github.sasakitomohiro:indicatorview:aar:0.0.3'
<dependency org="com.github.sasakitomohiro" name="indicatorview" rev="0.0.3">
<artifact name="indicatorview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sasakitomohiro', module='indicatorview', version='0.0.3')
)
libraryDependencies += "com.github.sasakitomohiro" % "indicatorview" % "0.0.3"
[com.github.sasakitomohiro/indicatorview "0.0.3"]