is not current version
Last Version 23.1.2

com.vaadin:flow-gradle-plugin 8.0.5

This maven module act as a proxy to test, build, and release the flow gradle plugin, which is written in Kotlin and is built by gradle natively. This makes development and testing of the gradle plugin much easier against the changes of flow, especially the flow-plugin-base. However, publishing the vaadin-gradle-plugin to gradle plugin central repo is done within platform final releases.

Categories

Categories

Gradle Build Tools Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

flow-gradle-plugin
Version

Version

8.0.5
Type

Type

jar

Download flow-gradle-plugin 8.0.5


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