Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdvaadin-core |
Version | Version14.3.4 |
Type | Typejar |
Filename | Size |
---|---|
vaadin-core-14.3.4.pom | |
vaadin-core-14.3.4.jar | 4 KB |
vaadin-core-14.3.4-sources.jar | 3 KB |
vaadin-core-14.3.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-core/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-core</artifactId>
<version>14.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-core/
implementation 'com.vaadin:vaadin-core:14.3.4'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-core/
implementation ("com.vaadin:vaadin-core:14.3.4")
'com.vaadin:vaadin-core:jar:14.3.4'
<dependency org="com.vaadin" name="vaadin-core" rev="14.3.4">
<artifact name="vaadin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-core', version='14.3.4')
)
libraryDependencies += "com.vaadin" % "vaadin-core" % "14.3.4"
[com.vaadin/vaadin-core "14.3.4"]