is not current version
Last Version 7.4.0.beta1

com.vaadin:vaadin-buildhelpers 7.3.0.alpha2

Vaadin is a web application framework for Rich Internet Applications (RIA). Vaadin enables easy development and maintenance of fast and secure rich web applications with a stunning look and feel and a wide browser support. It features a server-side architecture with the majority of the logic running on the server. Ajax technology is used at the browser-side to ensure a rich and interactive user experience.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-buildhelpers
Version

Version

7.3.0.alpha2
Type

Type

jar

Download vaadin-buildhelpers 7.3.0.alpha2


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