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