| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesVaadin User Interface Web Frameworks | 
        
| GroupId | GroupIdcom.vaadin | 
    
| ArtifactId | ArtifactIdvaadin-date-picker-flow-parent | 
    
| Last Version | Last Version23.1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionVaadin Date Picker Parent 
            A parent POM for all artifacts by Vaadin Ltd. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| vaadin-date-picker-flow-parent-23.1.2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.vaadin/vaadin-date-picker-flow-parent/ -->
<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-date-picker-flow-parent</artifactId>
    <version>23.1.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.vaadin/vaadin-date-picker-flow-parent/
implementation 'com.vaadin:vaadin-date-picker-flow-parent:23.1.2'
                // https://jarcasting.com/artifacts/com.vaadin/vaadin-date-picker-flow-parent/
implementation ("com.vaadin:vaadin-date-picker-flow-parent:23.1.2")
                'com.vaadin:vaadin-date-picker-flow-parent:pom:23.1.2'
                <dependency org="com.vaadin" name="vaadin-date-picker-flow-parent" rev="23.1.2">
  <artifact name="vaadin-date-picker-flow-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.vaadin', module='vaadin-date-picker-flow-parent', version='23.1.2')
)
                libraryDependencies += "com.vaadin" % "vaadin-date-picker-flow-parent" % "23.1.2"
                [com.vaadin/vaadin-date-picker-flow-parent "23.1.2"]