| GroupId | GroupIdme.biubiubiu.droprefreshview |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-0.1.0.pom | |
| library-0.1.0.aar | 16 KB |
| library-0.1.0-sources.jar | 4 KB |
| library-0.1.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.biubiubiu.droprefreshview/library/ -->
<dependency>
<groupId>me.biubiubiu.droprefreshview</groupId>
<artifactId>library</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.biubiubiu.droprefreshview/library/
implementation 'me.biubiubiu.droprefreshview:library:0.1.0'
// https://jarcasting.com/artifacts/me.biubiubiu.droprefreshview/library/
implementation ("me.biubiubiu.droprefreshview:library:0.1.0")
'me.biubiubiu.droprefreshview:library:aar:0.1.0'
<dependency org="me.biubiubiu.droprefreshview" name="library" rev="0.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.biubiubiu.droprefreshview', module='library', version='0.1.0')
)
libraryDependencies += "me.biubiubiu.droprefreshview" % "library" % "0.1.0"
[me.biubiubiu.droprefreshview/library "0.1.0"]