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