| GroupId | GroupIdes.oneoctopus.swiperefreshlayoutoverlay |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-2.0.0.pom | |
| library-2.0.0.aar | 35 KB |
| library-2.0.0-sources.jar | 10 KB |
| library-2.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/es.oneoctopus.swiperefreshlayoutoverlay/library/ -->
<dependency>
<groupId>es.oneoctopus.swiperefreshlayoutoverlay</groupId>
<artifactId>library</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/es.oneoctopus.swiperefreshlayoutoverlay/library/
implementation 'es.oneoctopus.swiperefreshlayoutoverlay:library:2.0.0'
// https://jarcasting.com/artifacts/es.oneoctopus.swiperefreshlayoutoverlay/library/
implementation ("es.oneoctopus.swiperefreshlayoutoverlay:library:2.0.0")
'es.oneoctopus.swiperefreshlayoutoverlay:library:aar:2.0.0'
<dependency org="es.oneoctopus.swiperefreshlayoutoverlay" name="library" rev="2.0.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='es.oneoctopus.swiperefreshlayoutoverlay', module='library', version='2.0.0')
)
libraryDependencies += "es.oneoctopus.swiperefreshlayoutoverlay" % "library" % "2.0.0"
[es.oneoctopus.swiperefreshlayoutoverlay/library "2.0.0"]