Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtmaterialdesign |
ArtifactId | ArtifactIdgwt-material-starter |
Version | Version2.0-rc4 |
Type | Typewar |
Filename | Size |
---|---|
gwt-material-starter-2.0-rc4.pom | |
gwt-material-starter-2.0-rc4.war | 5 MB |
gwt-material-starter-2.0-rc4-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-starter/ -->
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-starter</artifactId>
<version>2.0-rc4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-starter/
implementation 'com.github.gwtmaterialdesign:gwt-material-starter:2.0-rc4'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-starter/
implementation ("com.github.gwtmaterialdesign:gwt-material-starter:2.0-rc4")
'com.github.gwtmaterialdesign:gwt-material-starter:war:2.0-rc4'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-starter" rev="2.0-rc4">
<artifact name="gwt-material-starter" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-starter', version='2.0-rc4')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-starter" % "2.0-rc4"
[com.github.gwtmaterialdesign/gwt-material-starter "2.0-rc4"]