is not current version
Last Version 2.0.5

com.vaadin:vaadin-parent 2.0.2

A parent POM for all artifacts by Vaadin Ltd.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-parent
Version

Version

2.0.2
Type

Type

pom

Download vaadin-parent 2.0.2

Filename Size
vaadin-parent-2.0.2.pom 14 KB
Browse

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