| License |
License |
|---|---|
| GroupId | GroupIdcom.nex3z |
| ArtifactId | ArtifactIdflow-layout |
| Version | Version1.3.4-beta01 |
| Type | Typeaar |
| Description |
DescriptionFlowLayout
A flow layout for Android with auto-spacing.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flow-layout-1.3.4-beta01.pom | |
| flow-layout-1.3.4-beta01-sources.jar | 4 KB |
| flow-layout-1.3.4-beta01-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nex3z/flow-layout/ -->
<dependency>
<groupId>com.nex3z</groupId>
<artifactId>flow-layout</artifactId>
<version>1.3.4-beta01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nex3z/flow-layout/
implementation 'com.nex3z:flow-layout:1.3.4-beta01'
// https://jarcasting.com/artifacts/com.nex3z/flow-layout/
implementation ("com.nex3z:flow-layout:1.3.4-beta01")
'com.nex3z:flow-layout:aar:1.3.4-beta01'
<dependency org="com.nex3z" name="flow-layout" rev="1.3.4-beta01">
<artifact name="flow-layout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nex3z', module='flow-layout', version='1.3.4-beta01')
)
libraryDependencies += "com.nex3z" % "flow-layout" % "1.3.4-beta01"
[com.nex3z/flow-layout "1.3.4-beta01"]