License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.bsb.common.vaadin |
ArtifactId | ArtifactIdcom.bsb.common.vaadin.embed-parent |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEmbed for Vaadin parent
A library to run vaadin directly within the IDE by starting an embedded tomcat container.
|
Project URL |
Project URL |
Filename | Size |
---|---|
com.bsb.common.vaadin.embed-parent-0.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bsb.common.vaadin/com.bsb.common.vaadin.embed-parent/ -->
<dependency>
<groupId>com.bsb.common.vaadin</groupId>
<artifactId>com.bsb.common.vaadin.embed-parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bsb.common.vaadin/com.bsb.common.vaadin.embed-parent/
implementation 'com.bsb.common.vaadin:com.bsb.common.vaadin.embed-parent:0.5'
// https://jarcasting.com/artifacts/com.bsb.common.vaadin/com.bsb.common.vaadin.embed-parent/
implementation ("com.bsb.common.vaadin:com.bsb.common.vaadin.embed-parent:0.5")
'com.bsb.common.vaadin:com.bsb.common.vaadin.embed-parent:pom:0.5'
<dependency org="com.bsb.common.vaadin" name="com.bsb.common.vaadin.embed-parent" rev="0.5">
<artifact name="com.bsb.common.vaadin.embed-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bsb.common.vaadin', module='com.bsb.common.vaadin.embed-parent', version='0.5')
)
libraryDependencies += "com.bsb.common.vaadin" % "com.bsb.common.vaadin.embed-parent" % "0.5"
[com.bsb.common.vaadin/com.bsb.common.vaadin.embed-parent "0.5"]