| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.gwtbootstrap3 |
| ArtifactId | ArtifactIdgwtbootstrap3-parent |
| Version | Version0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| gwtbootstrap3-parent-0.8.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gwtbootstrap3/gwtbootstrap3-parent/ -->
<dependency>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3-parent</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gwtbootstrap3/gwtbootstrap3-parent/
implementation 'org.gwtbootstrap3:gwtbootstrap3-parent:0.8'
// https://jarcasting.com/artifacts/org.gwtbootstrap3/gwtbootstrap3-parent/
implementation ("org.gwtbootstrap3:gwtbootstrap3-parent:0.8")
'org.gwtbootstrap3:gwtbootstrap3-parent:pom:0.8'
<dependency org="org.gwtbootstrap3" name="gwtbootstrap3-parent" rev="0.8">
<artifact name="gwtbootstrap3-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gwtbootstrap3', module='gwtbootstrap3-parent', version='0.8')
)
libraryDependencies += "org.gwtbootstrap3" % "gwtbootstrap3-parent" % "0.8"
[org.gwtbootstrap3/gwtbootstrap3-parent "0.8"]