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