f

fizz-bootstrap

Files download
File Operation
fizz-bootstrap-3.0.2-beta1.jar download
fizz-bootstrap-3.0.2-beta1.pom download
fizz-bootstrap-3.0.2-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fizzgate</groupId>
  <artifactId>fizz-bootstrap</artifactId>
  <version>3.0.2-beta1</version>
</dependency>
Gradle Groovy
implementation 'com.fizzgate:fizz-bootstrap:3.0.2-beta1'
Gradle Kotlin
implementation("com.fizzgate:fizz-bootstrap:3.0.2-beta1")
Scala SBT
libraryDependencies += "com.fizzgate" % "fizz-bootstrap" % "3.0.2-beta1"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzgate', module='fizz-bootstrap', version='3.0.2-beta1')
)
Apache Ivy
<dependency org="com.fizzgate" name="fizz-bootstrap" rev="3.0.2-beta1" />
Leiningen
[com.fizzgate/fizz-bootstrap "3.0.2-beta1"]
Apache Buildr
'com.fizzgate:fizz-bootstrap:jar:3.0.2-beta1'