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