MVN

com.nex3z : flow-layout

Maven & Gradle

Mar 29, 2021
2.4k stars

FlowLayout · A flow layout for Android with auto-spacing.

<dependency>
    <groupId>com.nex3z</groupId>
    <artifactId>flow-layout</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nex3z : flow-layout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Beta: 1.3.4-beta01

All Versions

Choose a version of com.nex3z : flow-layout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
flow-layout-1.3.4-beta01
flow-layout-1.3.3
flow-layout-1.3.1
flow-layout-1.3.0
1.2.x
flow-layout-1.2.4
flow-layout-1.2.2
1.1.x
flow-layout-1.1.0
1.0.x
flow-layout-1.0.0
0.1.x
flow-layout-0.1.4
flow-layout-0.1.3
flow-layout-0.1.2
flow-layout-0.1.1

How to add a dependency to Maven

Add the following com.nex3z : flow-layout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nex3z</groupId>
    <artifactId>flow-layout</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nex3z : flow-layout gradle dependency to your build.gradle file:

implementation 'com.nex3z:flow-layout:1.3.1'

Gradle Kotlin DSL: Add the following com.nex3z : flow-layout gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nex3z:flow-layout:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nex3z : flow-layout sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nex3z" % "flow-layout" % "1.3.1"

Advertisement