Gap

Easily adding gaps inside such as Columns and Rows for Jetpack Compose.

License

License

GroupId

GroupId

jp.wasabeef
ArtifactId

ArtifactId

gap
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

Gap
Easily adding gaps inside such as Columns and Rows for Jetpack Compose.
Project URL

Project URL

https://github.com/wasabeef/compose-gap/
Source Code Management

Source Code Management

https://github.com/wasabeef/compose-gap/

Download gap

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.30
androidx.compose.foundation » foundation jar 1.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0
0.0.1