| GroupId | GroupIdcom.github.sasakitomohiro |
|---|---|
| ArtifactId | ArtifactIdindicatorview |
| Version | Version0.0.7 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| indicatorview-0.0.7.pom | |
| indicatorview-0.0.7-sources.jar | 3 KB |
| indicatorview-0.0.7-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.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sasakitomohiro/indicatorview/
implementation 'com.github.sasakitomohiro:indicatorview:0.0.7'
// https://jarcasting.com/artifacts/com.github.sasakitomohiro/indicatorview/
implementation ("com.github.sasakitomohiro:indicatorview:0.0.7")
'com.github.sasakitomohiro:indicatorview:aar:0.0.7'
<dependency org="com.github.sasakitomohiro" name="indicatorview" rev="0.0.7">
<artifact name="indicatorview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sasakitomohiro', module='indicatorview', version='0.0.7')
)
libraryDependencies += "com.github.sasakitomohiro" % "indicatorview" % "0.0.7"
[com.github.sasakitomohiro/indicatorview "0.0.7"]