is not current version
Last Version 23.1.2

com.vaadin:vaadin-core 22.0.15

Vaadin Platform (vaadin-core)

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-core
Version

Version

22.0.15
Type

Type

jar

Download vaadin-core 22.0.15


<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-core/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-core</artifactId>
    <version>22.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/vaadin-core/
implementation 'com.vaadin:vaadin-core:22.0.15'
// https://jarcasting.com/artifacts/com.vaadin/vaadin-core/
implementation ("com.vaadin:vaadin-core:22.0.15")
'com.vaadin:vaadin-core:jar:22.0.15'
<dependency org="com.vaadin" name="vaadin-core" rev="22.0.15">
  <artifact name="vaadin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-core', version='22.0.15')
)
libraryDependencies += "com.vaadin" % "vaadin-core" % "22.0.15"
[com.vaadin/vaadin-core "22.0.15"]