is not current version
Last Version 23.1.2

com.vaadin:vaadin-text-field-flow 2.0.0.rc1


Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

com.vaadin
ArtifactId

ArtifactId

vaadin-text-field-flow
Version

Version

2.0.0.rc1
Type

Type

jar

Download vaadin-text-field-flow 2.0.0.rc1


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