Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.bytebybyte.gwt |
ArtifactId | ArtifactIdbootstrap-lib |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-lib-3.3.1.pom | |
bootstrap-lib-3.3.1.jar | 232 KB |
bootstrap-lib-3.3.1-sources.jar | 228 KB |
bootstrap-lib-3.3.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bytebybyte.gwt/bootstrap-lib/ -->
<dependency>
<groupId>com.bytebybyte.gwt</groupId>
<artifactId>bootstrap-lib</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/bootstrap-lib/
implementation 'com.bytebybyte.gwt:bootstrap-lib:3.3.1'
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/bootstrap-lib/
implementation ("com.bytebybyte.gwt:bootstrap-lib:3.3.1")
'com.bytebybyte.gwt:bootstrap-lib:jar:3.3.1'
<dependency org="com.bytebybyte.gwt" name="bootstrap-lib" rev="3.3.1">
<artifact name="bootstrap-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bytebybyte.gwt', module='bootstrap-lib', version='3.3.1')
)
libraryDependencies += "com.bytebybyte.gwt" % "bootstrap-lib" % "3.3.1"
[com.bytebybyte.gwt/bootstrap-lib "3.3.1"]