| License |
License |
|---|---|
| GroupId | GroupIdcom.f2prateek.progressbutton |
| ArtifactId | ArtifactIdprogressbutton-parent |
| Version | Version2.1.0 |
| Type | Typepom |
| Description |
DescriptionAndroid Progress Button (Parent)
ProgressButton is a custom progress indicator with a tiny footprint.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| progressbutton-parent-2.1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/ -->
<dependency>
<groupId>com.f2prateek.progressbutton</groupId>
<artifactId>progressbutton-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/
implementation 'com.f2prateek.progressbutton:progressbutton-parent:2.1.0'
// https://jarcasting.com/artifacts/com.f2prateek.progressbutton/progressbutton-parent/
implementation ("com.f2prateek.progressbutton:progressbutton-parent:2.1.0")
'com.f2prateek.progressbutton:progressbutton-parent:pom:2.1.0'
<dependency org="com.f2prateek.progressbutton" name="progressbutton-parent" rev="2.1.0">
<artifact name="progressbutton-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.f2prateek.progressbutton', module='progressbutton-parent', version='2.1.0')
)
libraryDependencies += "com.f2prateek.progressbutton" % "progressbutton-parent" % "2.1.0"
[com.f2prateek.progressbutton/progressbutton-parent "2.1.0"]