Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-material-theme |
Version | Version3.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-material-theme/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-material-theme</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-material-theme/
implementation 'com.vaadin:vaadin-material-theme:3.0.4'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-material-theme/
implementation ("com.vaadin:vaadin-material-theme:3.0.4")
'com.vaadin:vaadin-material-theme:jar:3.0.4'
<dependency org="com.vaadin" name="vaadin-material-theme" rev="3.0.4">
<artifact name="vaadin-material-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-material-theme', version='3.0.4')
)
libraryDependencies += "com.vaadin" % "vaadin-material-theme" % "3.0.4"
[com.vaadin/vaadin-material-theme "3.0.4"]