License |
License |
---|---|
GroupId | GroupIdcom.daimajia.numberprogressbar |
ArtifactId | ArtifactIdlibrary |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionNumberProgressBar Library
A more beautiful progressbar in Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.4.pom | |
library-1.4.jar | 4 KB |
library-1.4-sources.jar | 4 KB |
library-1.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/ -->
<dependency>
<groupId>com.daimajia.numberprogressbar</groupId>
<artifactId>library</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/
implementation 'com.daimajia.numberprogressbar:library:1.4'
// https://jarcasting.com/artifacts/com.daimajia.numberprogressbar/library/
implementation ("com.daimajia.numberprogressbar:library:1.4")
'com.daimajia.numberprogressbar:library:jar:1.4'
<dependency org="com.daimajia.numberprogressbar" name="library" rev="1.4">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daimajia.numberprogressbar', module='library', version='1.4')
)
libraryDependencies += "com.daimajia.numberprogressbar" % "library" % "1.4"
[com.daimajia.numberprogressbar/library "1.4"]