is not current version
Last Version 1.1.0

jp.wasabeef:gap 1.0.0

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

GroupId

GroupId

jp.wasabeef
ArtifactId

ArtifactId

gap
Version

Version

1.0.0
Type

Type

aar

Download gap 1.0.0


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