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