License |
License |
---|---|
GroupId | GroupIdcom.github.castorflex.smoothprogressbar |
ArtifactId | ArtifactIdlibrary |
Version | Version1.1.0 |
Type | Typeaar |
Description |
DescriptionSmoothProgressBar Library
Android Library make smooth horizontal indeterminate progress bars
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.1.0.pom | |
library-1.1.0.aar | 23 KB |
library-1.1.0-sources.jar | 10 KB |
library-1.1.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.castorflex.smoothprogressbar/library/ -->
<dependency>
<groupId>com.github.castorflex.smoothprogressbar</groupId>
<artifactId>library</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorflex.smoothprogressbar/library/
implementation 'com.github.castorflex.smoothprogressbar:library:1.1.0'
// https://jarcasting.com/artifacts/com.github.castorflex.smoothprogressbar/library/
implementation ("com.github.castorflex.smoothprogressbar:library:1.1.0")
'com.github.castorflex.smoothprogressbar:library:aar:1.1.0'
<dependency org="com.github.castorflex.smoothprogressbar" name="library" rev="1.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorflex.smoothprogressbar', module='library', version='1.1.0')
)
libraryDependencies += "com.github.castorflex.smoothprogressbar" % "library" % "1.1.0"
[com.github.castorflex.smoothprogressbar/library "1.1.0"]