Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.metawidget.modules.vaadin |
ArtifactId | ArtifactIdvaadin-parent |
Version | Version2.3 |
Type | Typepom |
Filename | Size |
---|---|
vaadin-parent-2.3.pom | 600 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.vaadin/vaadin-parent/ -->
<dependency>
<groupId>org.metawidget.modules.vaadin</groupId>
<artifactId>vaadin-parent</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.vaadin/vaadin-parent/
implementation 'org.metawidget.modules.vaadin:vaadin-parent:2.3'
// https://jarcasting.com/artifacts/org.metawidget.modules.vaadin/vaadin-parent/
implementation ("org.metawidget.modules.vaadin:vaadin-parent:2.3")
'org.metawidget.modules.vaadin:vaadin-parent:pom:2.3'
<dependency org="org.metawidget.modules.vaadin" name="vaadin-parent" rev="2.3">
<artifact name="vaadin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.vaadin', module='vaadin-parent', version='2.3')
)
libraryDependencies += "org.metawidget.modules.vaadin" % "vaadin-parent" % "2.3"
[org.metawidget.modules.vaadin/vaadin-parent "2.3"]