| License | License | 
|---|---|
| Categories | CategoriesJavaFX User Interface | 
| GroupId | GroupIdio.github.bajins | 
| ArtifactId | ArtifactIddatetime-picker-javafx | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondatetime-picker-javafx Basic date and time picker control for JavaFX | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/io.github.bajins/datetime-picker-javafx/ -->
<dependency>
    <groupId>io.github.bajins</groupId>
    <artifactId>datetime-picker-javafx</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/io.github.bajins/datetime-picker-javafx/
implementation 'io.github.bajins:datetime-picker-javafx:1.0.0'// https://jarcasting.com/artifacts/io.github.bajins/datetime-picker-javafx/
implementation ("io.github.bajins:datetime-picker-javafx:1.0.0")'io.github.bajins:datetime-picker-javafx:jar:1.0.0'<dependency org="io.github.bajins" name="datetime-picker-javafx" rev="1.0.0">
  <artifact name="datetime-picker-javafx" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.bajins', module='datetime-picker-javafx', version='1.0.0')
)libraryDependencies += "io.github.bajins" % "datetime-picker-javafx" % "1.0.0"[io.github.bajins/datetime-picker-javafx "1.0.0"]