License |
License |
---|---|
Categories |
CategoriesVaadin User Interface Web Frameworks |
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-shared-deps |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVaadin
Vaadin is a web application framework for Rich Internet Applications (RIA).
Vaadin enables easy development and maintenance of fast and
secure rich web
applications with a stunning look and feel and a wide browser support.
It features a server-side architecture with the majority of the logic
running
on the server. Ajax technology is used at the browser-side to ensure a
rich
and interactive user experience.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-shared-deps/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-shared-deps</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-shared-deps/
implementation 'com.vaadin:vaadin-shared-deps:1.0.3'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-shared-deps/
implementation ("com.vaadin:vaadin-shared-deps:1.0.3")
'com.vaadin:vaadin-shared-deps:jar:1.0.3'
<dependency org="com.vaadin" name="vaadin-shared-deps" rev="1.0.3">
<artifact name="vaadin-shared-deps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-shared-deps', version='1.0.3')
)
libraryDependencies += "com.vaadin" % "vaadin-shared-deps" % "1.0.3"
[com.vaadin/vaadin-shared-deps "1.0.3"]