MVN

jp.wasabeef : gap

Maven & Gradle

Oct 13, 2021
36 stars

Gap · Easily adding gaps inside such as Columns and Rows

<dependency>
    <groupId>jp.wasabeef</groupId>
    <artifactId>gap</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.wasabeef : gap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of jp.wasabeef : gap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gap-1.1.0
1.0.x
gap-1.0.0
0.0.x
gap-0.0.1

How to add a dependency to Maven

Add the following jp.wasabeef : gap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.wasabeef</groupId>
    <artifactId>gap</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.wasabeef : gap gradle dependency to your build.gradle file:

implementation 'jp.wasabeef:gap:1.1.0'

Gradle Kotlin DSL: Add the following jp.wasabeef : gap gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.wasabeef:gap:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.wasabeef : gap sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.wasabeef" % "gap" % "1.1.0"

Advertisement

Dependencies from Group

Feb 12, 2021
17 usages
9.5k stars
Feb 11, 2021
9 usages
10.9k stars
Feb 14, 2021
4 usages
1.6k stars
Dec 13, 2021
4 usages
5.5k stars
Mar 09, 2021
1 usages
1.1k stars

Discover Dependencies