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