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