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