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