не последняя версия
Последняя версия 23.1.2

com.vaadin:flow-server-production-mode 2.2.0.alpha11

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.

Категории

Категории

Vaadin Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.vaadin
Идентификатор

Идентификатор

flow-server-production-mode
Версия

Версия

2.2.0.alpha11
Тип

Тип

jar

Скачать flow-server-production-mode 2.2.0.alpha11


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