stacklayoutmanager

RecyclerView stack-like layout manager.

License

License

GroupId

GroupId

com.github.st235
ArtifactId

ArtifactId

stacklayoutmanager
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

aar
Description

Description

stacklayoutmanager
RecyclerView stack-like layout manager.
Project URL

Project URL

https://github.com/st235/StackLayoutManager
Source Code Management

Source Code Management

https://github.com/st235/StackLayoutManager.git

Download stacklayoutmanager

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.st235/stacklayoutmanager/ -->
<dependency>
    <groupId>com.github.st235</groupId>
    <artifactId>stacklayoutmanager</artifactId>
    <version>0.8.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.st235/stacklayoutmanager/
implementation 'com.github.st235:stacklayoutmanager:0.8.0'
// https://jarcasting.com/artifacts/com.github.st235/stacklayoutmanager/
implementation ("com.github.st235:stacklayoutmanager:0.8.0")
'com.github.st235:stacklayoutmanager:aar:0.8.0'
<dependency org="com.github.st235" name="stacklayoutmanager" rev="0.8.0">
  <artifact name="stacklayoutmanager" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.st235', module='stacklayoutmanager', version='0.8.0')
)
libraryDependencies += "com.github.st235" % "stacklayoutmanager" % "0.8.0"
[com.github.st235/stacklayoutmanager "0.8.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.21
androidx.appcompat » appcompat jar 1.2.0
androidx.recyclerview » recyclerview jar 1.1.0

Project Modules

There are no modules declared in this project.

StackLayoutManager

Maven Central

Download it from

Important: library was migrated from JCenter to MavenCentral

It means that it may be necessary to add mavenCentral repository to your repositories list

allprojects {
    repositories {
        // your repositories

        mavenCentral()
    }
}
  • Maven
<dependency>
  <groupId>com.github.st235</groupId>
  <artifactId>stacklayoutmanager</artifactId>
  <version>X.X.X</version>
  <type>pom</type>
</dependency>
  • Gradle
implementation 'com.github.st235:stacklayoutmanager:X.X.X'
  • Ivy
<dependency org='com.github.st235' name='stacklayoutmanager' rev='X.X.X'>
  <artifact name='stacklayoutmanager' ext='pom' ></artifact>
</dependency>

License

MIT License

Copyright (c) 2020 Alexander Dadukin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Versions

Version
0.8.0