License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-server-compatibility-mode |
Last Version | Last Version2.7.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlow Server Compatibility Mode
This is a wrapper project for the web-fragment.xml file that sets compatibilityMode=true. When this
jar is added to the classpath of a web application, it will run in Vaadin 10-13 compatibility mode.
|
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-server-compatibility-mode/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server-compatibility-mode</artifactId>
<version>2.7.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-server-compatibility-mode/
implementation 'com.vaadin:flow-server-compatibility-mode:2.7.16'
// https://jarcasting.com/artifacts/com.vaadin/flow-server-compatibility-mode/
implementation ("com.vaadin:flow-server-compatibility-mode:2.7.16")
'com.vaadin:flow-server-compatibility-mode:jar:2.7.16'
<dependency org="com.vaadin" name="flow-server-compatibility-mode" rev="2.7.16">
<artifact name="flow-server-compatibility-mode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-server-compatibility-mode', version='2.7.16')
)
libraryDependencies += "com.vaadin" % "flow-server-compatibility-mode" % "2.7.16"
[com.vaadin/flow-server-compatibility-mode "2.7.16"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.bowergithub.webcomponents : webcomponentsjs | jar | 1.2.6 |