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