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