is not current version
Last Version 23.1.2

Flow Gradle Plugin 8.0.4

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.

License

License

Categories

Categories

Gradle Build Tools Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

flow-gradle-plugin
Version

Version

8.0.4
Type

Type

jar
Description

Description

Flow Gradle Plugin
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.

Download flow-gradle-plugin 8.0.4


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

Dependencies

compile (1)

Group / Artifact Type Version
com.vaadin : flow-plugin-base jar 8.0.4

Project Modules

There are no modules declared in this project.