License |
License |
---|---|
GroupId | GroupIdorg.fxmisc.flowless |
ArtifactId | ArtifactIdFlowless |
Last Version | Last Version0.6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionflowless
Efficient VirtualFlow for JavaFX.
|
Project URL |
Project URL |
Filename | Size |
---|---|
Flowless-0.6.3.pom | |
Flowless-0.6.3.jar | 66 KB |
Flowless-0.6.3-sources.jar | 28 KB |
Flowless-0.6.3-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fxmisc.flowless/Flowless/ -->
<dependency>
<groupId>org.fxmisc.flowless</groupId>
<artifactId>Flowless</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.fxmisc.flowless/Flowless/
implementation 'org.fxmisc.flowless:Flowless:0.6.3'
// https://jarcasting.com/artifacts/org.fxmisc.flowless/Flowless/
implementation ("org.fxmisc.flowless:Flowless:0.6.3")
'org.fxmisc.flowless:Flowless:jar:0.6.3'
<dependency org="org.fxmisc.flowless" name="Flowless" rev="0.6.3">
<artifact name="Flowless" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fxmisc.flowless', module='Flowless', version='0.6.3')
)
libraryDependencies += "org.fxmisc.flowless" % "Flowless" % "0.6.3"
[org.fxmisc.flowless/Flowless "0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
org.reactfx : reactfx | jar | 2.0-M5 |