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