| GroupId | GroupIdorg.controlsfx |
|---|---|
| ArtifactId | ArtifactIdfxsampler |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fxsampler-1.0.8.pom | |
| fxsampler-1.0.8.jar | 28 KB |
| fxsampler-1.0.8-sources.jar | 16 KB |
| fxsampler-1.0.8-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.controlsfx/fxsampler/ -->
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>fxsampler</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.controlsfx/fxsampler/
implementation 'org.controlsfx:fxsampler:1.0.8'
// https://jarcasting.com/artifacts/org.controlsfx/fxsampler/
implementation ("org.controlsfx:fxsampler:1.0.8")
'org.controlsfx:fxsampler:jar:1.0.8'
<dependency org="org.controlsfx" name="fxsampler" rev="1.0.8">
<artifact name="fxsampler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.controlsfx', module='fxsampler', version='1.0.8')
)
libraryDependencies += "org.controlsfx" % "fxsampler" % "1.0.8"
[org.controlsfx/fxsampler "1.0.8"]