Categories |
CategoriesVaadin User Interface Web Frameworks Undertow Net Networking ORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.vaadin |
ArtifactId | ArtifactIdholon-starter-vaadin-flow-undertow |
Version | Version5.2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-starter-vaadin-flow-undertow/ -->
<dependency>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-starter-vaadin-flow-undertow</artifactId>
<version>5.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-starter-vaadin-flow-undertow/
implementation 'com.holon-platform.vaadin:holon-starter-vaadin-flow-undertow:5.2.11'
// https://jarcasting.com/artifacts/com.holon-platform.vaadin/holon-starter-vaadin-flow-undertow/
implementation ("com.holon-platform.vaadin:holon-starter-vaadin-flow-undertow:5.2.11")
'com.holon-platform.vaadin:holon-starter-vaadin-flow-undertow:jar:5.2.11'
<dependency org="com.holon-platform.vaadin" name="holon-starter-vaadin-flow-undertow" rev="5.2.11">
<artifact name="holon-starter-vaadin-flow-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.vaadin', module='holon-starter-vaadin-flow-undertow', version='5.2.11')
)
libraryDependencies += "com.holon-platform.vaadin" % "holon-starter-vaadin-flow-undertow" % "5.2.11"
[com.holon-platform.vaadin/holon-starter-vaadin-flow-undertow "5.2.11"]