GroupId | GroupIdorg.jfxtras |
---|---|
ArtifactId | ArtifactIdjfxtras-agenda |
Version | Version8.0-r5 |
Type | Typejar |
Filename | Size |
---|---|
jfxtras-agenda-8.0-r5.pom | |
jfxtras-agenda-8.0-r5.jar | 215 KB |
jfxtras-agenda-8.0-r5-sources.jar | 154 KB |
jfxtras-agenda-8.0-r5-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-agenda/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-agenda</artifactId>
<version>8.0-r5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-agenda/
implementation 'org.jfxtras:jfxtras-agenda:8.0-r5'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-agenda/
implementation ("org.jfxtras:jfxtras-agenda:8.0-r5")
'org.jfxtras:jfxtras-agenda:jar:8.0-r5'
<dependency org="org.jfxtras" name="jfxtras-agenda" rev="8.0-r5">
<artifact name="jfxtras-agenda" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-agenda', version='8.0-r5')
)
libraryDependencies += "org.jfxtras" % "jfxtras-agenda" % "8.0-r5"
[org.jfxtras/jfxtras-agenda "8.0-r5"]