License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-parent |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVaadin parent POM
A parent POM for all artifacts by Vaadin Ltd.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vaadin-parent-2.0.5.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-parent/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-parent</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-parent/
implementation 'com.vaadin:vaadin-parent:2.0.5'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-parent/
implementation ("com.vaadin:vaadin-parent:2.0.5")
'com.vaadin:vaadin-parent:pom:2.0.5'
<dependency org="com.vaadin" name="vaadin-parent" rev="2.0.5">
<artifact name="vaadin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-parent', version='2.0.5')
)
libraryDependencies += "com.vaadin" % "vaadin-parent" % "2.0.5"
[com.vaadin/vaadin-parent "2.0.5"]