Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtmaterialdesign |
ArtifactId | ArtifactIdgwt-material-parent |
Version | Version1.5.1 |
Type | Typepom |
Filename | Size |
---|---|
gwt-material-parent-1.5.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-parent/ -->
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-parent</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-parent/
implementation 'com.github.gwtmaterialdesign:gwt-material-parent:1.5.1'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-parent/
implementation ("com.github.gwtmaterialdesign:gwt-material-parent:1.5.1")
'com.github.gwtmaterialdesign:gwt-material-parent:pom:1.5.1'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-parent" rev="1.5.1">
<artifact name="gwt-material-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-parent', version='1.5.1')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-parent" % "1.5.1"
[com.github.gwtmaterialdesign/gwt-material-parent "1.5.1"]