is not current version
Last Version 23.1.2

com.vaadin:flow-server-production-mode 1.0.11

This is a wrapper project for the web-fragment.xml file that sets productionMode=true. When this jar is added to the classpath of a web application, it will run in production mode automatically. This is better used in conjunction with the compilation and minification of resources for production deployment. See the documentation about ES5 compilation and resource minification at https://vaadin.com/docs/v10/flow/web-components/tutorial-webcomponents-es5.html for more information.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

flow-server-production-mode
Version

Version

1.0.11
Type

Type

jar

Download flow-server-production-mode 1.0.11


<!-- https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>flow-server-production-mode</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/
implementation 'com.vaadin:flow-server-production-mode:1.0.11'
// https://jarcasting.com/artifacts/com.vaadin/flow-server-production-mode/
implementation ("com.vaadin:flow-server-production-mode:1.0.11")
'com.vaadin:flow-server-production-mode:jar:1.0.11'
<dependency org="com.vaadin" name="flow-server-production-mode" rev="1.0.11">
  <artifact name="flow-server-production-mode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-server-production-mode', version='1.0.11')
)
libraryDependencies += "com.vaadin" % "flow-server-production-mode" % "1.0.11"
[com.vaadin/flow-server-production-mode "1.0.11"]