g

gwt-bootstrap

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