License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-plugins |
Last Version | Last Version23.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFlow Plugins
Container for flow plugins
|
Filename | Size |
---|---|
flow-plugins-23.1.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-plugins/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-plugins</artifactId>
<version>23.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-plugins/
implementation 'com.vaadin:flow-plugins:23.1.2'
// https://jarcasting.com/artifacts/com.vaadin/flow-plugins/
implementation ("com.vaadin:flow-plugins:23.1.2")
'com.vaadin:flow-plugins:pom:23.1.2'
<dependency org="com.vaadin" name="flow-plugins" rev="23.1.2">
<artifact name="flow-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-plugins', version='23.1.2')
)
libraryDependencies += "com.vaadin" % "flow-plugins" % "23.1.2"
[com.vaadin/flow-plugins "23.1.2"]