g

gwt-bootstrap

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