License |
License |
---|---|
GroupId | GroupIdcom.github.nicolasjafelle |
ArtifactId | ArtifactIdrefreshmenuitem |
Version | Version1.0 |
Type | Typeaar |
Description |
DescriptionRefreshMenuItem Library
Android Library to display an indeterminate progress in ActionBar
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
refreshmenuitem-1.0.pom | |
refreshmenuitem-1.0.aar | 26 KB |
refreshmenuitem-1.0-sources.jar | 1 KB |
refreshmenuitem-1.0-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/refreshmenuitem/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>refreshmenuitem</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/refreshmenuitem/
implementation 'com.github.nicolasjafelle:refreshmenuitem:1.0'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/refreshmenuitem/
implementation ("com.github.nicolasjafelle:refreshmenuitem:1.0")
'com.github.nicolasjafelle:refreshmenuitem:aar:1.0'
<dependency org="com.github.nicolasjafelle" name="refreshmenuitem" rev="1.0">
<artifact name="refreshmenuitem" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='refreshmenuitem', version='1.0')
)
libraryDependencies += "com.github.nicolasjafelle" % "refreshmenuitem" % "1.0"
[com.github.nicolasjafelle/refreshmenuitem "1.0"]