MVN

org.burnoutcrew.composereorderable : reorderable

Maven & Gradle

Nov 13, 2022
756 stars

ComposeReorderable · Reorderable Compose LazyList

<dependency>
    <groupId>org.burnoutcrew.composereorderable</groupId>
    <artifactId>reorderable</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.burnoutcrew.composereorderable : reorderable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of org.burnoutcrew.composereorderable : reorderable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
reorderable-0.9.6
reorderable-0.9.5
reorderable-0.9.4
reorderable-0.9.2
reorderable-0.9.1
reorderable-0.9.0
0.8.x
reorderable-0.8.1
reorderable-0.8.0
0.7.x
reorderable-0.7.4
reorderable-0.7.2
reorderable-0.7.1
reorderable-0.7.0
0.6.x
reorderable-0.6.2
reorderable-0.6.1
0.6
reorderable-0.6
0.5
reorderable-0.5
0.4
reorderable-0.4
0.3
reorderable-0.3

How to add a dependency to Maven

Add the following org.burnoutcrew.composereorderable : reorderable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.burnoutcrew.composereorderable</groupId>
    <artifactId>reorderable</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.burnoutcrew.composereorderable : reorderable gradle dependency to your build.gradle file:

implementation 'org.burnoutcrew.composereorderable:reorderable:0.9.6'

Gradle Kotlin DSL: Add the following org.burnoutcrew.composereorderable : reorderable gradle kotlin dependency to your build.gradle.kts file:

implementation("org.burnoutcrew.composereorderable:reorderable:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.burnoutcrew.composereorderable : reorderable sbt scala dependency to your build.sbt file:

libraryDependencies += "org.burnoutcrew.composereorderable" % "reorderable" % "0.9.6"

Advertisement