is not current version
Last Version 5.0.1

com.vaadin:exampledata 5.0.0


Categories

Categories

Vaadin User Interface Web Frameworks Data
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

exampledata
Version

Version

5.0.0
Type

Type

jar

Download exampledata 5.0.0


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