MVN

com.fizzgate : fizz-bootstrap

Maven & Gradle

Jul 27, 2023
940 stars
<dependency>
    <groupId>com.fizzgate</groupId>
    <artifactId>fizz-bootstrap</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fizzgate : fizz-bootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Beta: 3.0.2-beta1

All Versions

Choose a version of com.fizzgate : fizz-bootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
fizz-bootstrap-3.0.2-beta1
fizz-bootstrap-3.0.1
fizz-bootstrap-3.0.1-beta1
fizz-bootstrap-3.0.0
2.7.x
fizz-bootstrap-2.7.3
fizz-bootstrap-2.7.2
fizz-bootstrap-2.7.1
fizz-bootstrap-2.7.0
fizz-bootstrap-2.7.0-beta2
fizz-bootstrap-2.7.0-beta1
2.6.x
fizz-bootstrap-2.6.6

How to add a dependency to Maven

Add the following com.fizzgate : fizz-bootstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fizzgate</groupId>
    <artifactId>fizz-bootstrap</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fizzgate : fizz-bootstrap gradle dependency to your build.gradle file:

implementation 'com.fizzgate:fizz-bootstrap:3.0.1'

Gradle Kotlin DSL: Add the following com.fizzgate : fizz-bootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fizzgate:fizz-bootstrap:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fizzgate : fizz-bootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fizzgate" % "fizz-bootstrap" % "3.0.1"

Advertisement