| GroupId | GroupIdse.alipsa |
|---|---|
| ArtifactId | ArtifactIdfx-yearmonth-picker |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fx-yearmonth-picker-1.0.1.pom | |
| fx-yearmonth-picker-1.0.1.jar | 40 KB |
| fx-yearmonth-picker-1.0.1-sources.jar | 35 KB |
| fx-yearmonth-picker-1.0.1-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.alipsa/fx-yearmonth-picker/ -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>fx-yearmonth-picker</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/fx-yearmonth-picker/
implementation 'se.alipsa:fx-yearmonth-picker:1.0.1'
// https://jarcasting.com/artifacts/se.alipsa/fx-yearmonth-picker/
implementation ("se.alipsa:fx-yearmonth-picker:1.0.1")
'se.alipsa:fx-yearmonth-picker:jar:1.0.1'
<dependency org="se.alipsa" name="fx-yearmonth-picker" rev="1.0.1">
<artifact name="fx-yearmonth-picker" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='fx-yearmonth-picker', version='1.0.1')
)
libraryDependencies += "se.alipsa" % "fx-yearmonth-picker" % "1.0.1"
[se.alipsa/fx-yearmonth-picker "1.0.1"]