GroupId | GroupIdcom.github.skydoves |
---|---|
ArtifactId | ArtifactIdprogressview |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
progressview-1.1.0.pom | |
progressview-1.1.0.aar | 58 KB |
progressview-1.1.0-sources.jar | 14 KB |
progressview-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/progressview/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>progressview</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/progressview/
implementation 'com.github.skydoves:progressview:1.1.0'
// https://jarcasting.com/artifacts/com.github.skydoves/progressview/
implementation ("com.github.skydoves:progressview:1.1.0")
'com.github.skydoves:progressview:aar:1.1.0'
<dependency org="com.github.skydoves" name="progressview" rev="1.1.0">
<artifact name="progressview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='progressview', version='1.1.0')
)
libraryDependencies += "com.github.skydoves" % "progressview" % "1.1.0"
[com.github.skydoves/progressview "1.1.0"]