Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.asayama.gwt.bootstrap |
ArtifactId | ArtifactIdgwt-bootstrap |
Version | Version0.0.68 |
Type | Typejar |
Filename | Size |
---|---|
gwt-bootstrap-0.0.68.pom | |
gwt-bootstrap-0.0.68.jar | 700 KB |
gwt-bootstrap-0.0.68-sources.jar | 3 KB |
gwt-bootstrap-0.0.68-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.0.68</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.gwt.bootstrap/gwt-bootstrap/
implementation 'com.asayama.gwt.bootstrap:gwt-bootstrap:0.0.68'
// https://jarcasting.com/artifacts/com.asayama.gwt.bootstrap/gwt-bootstrap/
implementation ("com.asayama.gwt.bootstrap:gwt-bootstrap:0.0.68")
'com.asayama.gwt.bootstrap:gwt-bootstrap:jar:0.0.68'
<dependency org="com.asayama.gwt.bootstrap" name="gwt-bootstrap" rev="0.0.68">
<artifact name="gwt-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.gwt.bootstrap', module='gwt-bootstrap', version='0.0.68')
)
libraryDependencies += "com.asayama.gwt.bootstrap" % "gwt-bootstrap" % "0.0.68"
[com.asayama.gwt.bootstrap/gwt-bootstrap "0.0.68"]