GroupId | GroupIdorg.jfxtras |
---|---|
ArtifactId | ArtifactIdjfxtras-icalendarfx |
Version | Version14-r2 |
Type | Typejar |
Filename | Size |
---|---|
jfxtras-icalendarfx-14-r2.pom | |
jfxtras-icalendarfx-14-r2.jar | 413 KB |
jfxtras-icalendarfx-14-r2-sources.jar | 381 KB |
jfxtras-icalendarfx-14-r2-javadoc.jar | 383 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-icalendarfx/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-icalendarfx</artifactId>
<version>14-r2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-icalendarfx/
implementation 'org.jfxtras:jfxtras-icalendarfx:14-r2'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-icalendarfx/
implementation ("org.jfxtras:jfxtras-icalendarfx:14-r2")
'org.jfxtras:jfxtras-icalendarfx:jar:14-r2'
<dependency org="org.jfxtras" name="jfxtras-icalendarfx" rev="14-r2">
<artifact name="jfxtras-icalendarfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-icalendarfx', version='14-r2')
)
libraryDependencies += "org.jfxtras" % "jfxtras-icalendarfx" % "14-r2"
[org.jfxtras/jfxtras-icalendarfx "14-r2"]