License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Vaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-gradle-plugin |
Last Version | Last Version23.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlow 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.
|
Filename | Size |
---|---|
flow-gradle-plugin-23.1.2.pom | |
flow-gradle-plugin-23.1.2.jar | 32 KB |
flow-gradle-plugin-23.1.2-sources.jar | 12 KB |
flow-gradle-plugin-23.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-gradle-plugin/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-gradle-plugin</artifactId>
<version>23.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-gradle-plugin/
implementation 'com.vaadin:flow-gradle-plugin:23.1.2'
// https://jarcasting.com/artifacts/com.vaadin/flow-gradle-plugin/
implementation ("com.vaadin:flow-gradle-plugin:23.1.2")
'com.vaadin:flow-gradle-plugin:jar:23.1.2'
<dependency org="com.vaadin" name="flow-gradle-plugin" rev="23.1.2">
<artifact name="flow-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-gradle-plugin', version='23.1.2')
)
libraryDependencies += "com.vaadin" % "flow-gradle-plugin" % "23.1.2"
[com.vaadin/flow-gradle-plugin "23.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.vaadin : flow-plugin-base | jar | 23.1.2 |