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