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