is not current version
Last Version 23.1.2

com.vaadin:vaadin-core 15.0.1

Vaadin Platform (vaadin-core)

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-core
Version

Version

15.0.1
Type

Type

jar

Download vaadin-core 15.0.1


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