| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.asayama.gwt.bootstrap |
| ArtifactId | ArtifactIdgwt-bootstrap |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwt-bootstrap-0.1.3.pom | |
| gwt-bootstrap-0.1.3.jar | 701 KB |
| gwt-bootstrap-0.1.3-sources.jar | 3 KB |
| gwt-bootstrap-0.1.3-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.asayama.gwt.bootstrap/gwt-bootstrap/ -->
<dependency>
<groupId>com.asayama.gwt.bootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.gwt.bootstrap/gwt-bootstrap/
implementation 'com.asayama.gwt.bootstrap:gwt-bootstrap:0.1.3'
// https://jarcasting.com/artifacts/com.asayama.gwt.bootstrap/gwt-bootstrap/
implementation ("com.asayama.gwt.bootstrap:gwt-bootstrap:0.1.3")
'com.asayama.gwt.bootstrap:gwt-bootstrap:jar:0.1.3'
<dependency org="com.asayama.gwt.bootstrap" name="gwt-bootstrap" rev="0.1.3">
<artifact name="gwt-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.gwt.bootstrap', module='gwt-bootstrap', version='0.1.3')
)
libraryDependencies += "com.asayama.gwt.bootstrap" % "gwt-bootstrap" % "0.1.3"
[com.asayama.gwt.bootstrap/gwt-bootstrap "0.1.3"]