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