GroupId | GroupIdcom.github.razir.progressbutton |
---|---|
ArtifactId | ArtifactIdprogressbutton |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
progressbutton-2.0.1.pom | |
progressbutton-2.0.1-sources.jar | 10 KB |
progressbutton-2.0.1-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.razir.progressbutton/progressbutton/ -->
<dependency>
<groupId>com.github.razir.progressbutton</groupId>
<artifactId>progressbutton</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.razir.progressbutton/progressbutton/
implementation 'com.github.razir.progressbutton:progressbutton:2.0.1'
// https://jarcasting.com/artifacts/com.github.razir.progressbutton/progressbutton/
implementation ("com.github.razir.progressbutton:progressbutton:2.0.1")
'com.github.razir.progressbutton:progressbutton:aar:2.0.1'
<dependency org="com.github.razir.progressbutton" name="progressbutton" rev="2.0.1">
<artifact name="progressbutton" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.razir.progressbutton', module='progressbutton', version='2.0.1')
)
libraryDependencies += "com.github.razir.progressbutton" % "progressbutton" % "2.0.1"
[com.github.razir.progressbutton/progressbutton "2.0.1"]