f

fizz-bootstrap

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