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