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