f

fizz-bootstrap

文件下载
文件名 操作
fizz-bootstrap-2.7.3.jar 下载
fizz-bootstrap-2.7.3.pom 下载
fizz-bootstrap-2.7.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fizzgate</groupId>
  <artifactId>fizz-bootstrap</artifactId>
  <version>2.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.fizzgate:fizz-bootstrap:2.7.3'
Gradle Kotlin
implementation("com.fizzgate:fizz-bootstrap:2.7.3")
Scala SBT
libraryDependencies += "com.fizzgate" % "fizz-bootstrap" % "2.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzgate', module='fizz-bootstrap', version='2.7.3')
)
Apache Ivy
<dependency org="com.fizzgate" name="fizz-bootstrap" rev="2.7.3" />
Leiningen
[com.fizzgate/fizz-bootstrap "2.7.3"]
Apache Buildr
'com.fizzgate:fizz-bootstrap:jar:2.7.3'