DataFX.
Visualizing Enterprise Data in JavaFX.
Here is the list of declaration for flow. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>io.datafx</groupId> <artifactId>flow</artifactId> <version>8.0b8</version> </dependency>
If you think this Maven repository POM file listing for flow is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The 3-Clause BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.datafx</groupId> <artifactId>flow</artifactId> <version>8.0b8</version> <name>DataFX</name> <description>Visualizing Enterprise Data in JavaFX</description> <url>http://datafx.io</url> <licenses> <license> <name>The 3-Clause BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:hg:https://bitbucket.org/datafx/javafxdata</connection> <developerConnection>scm:hg:https://bitbucket.org/datafx/javafxdata</developerConnection> <url>https://bitbucket.org/datafx/javafxdata/overview</url> </scm> <dependencies> <dependency> <groupId>io.datafx</groupId> <artifactId>core</artifactId> <version>8.0b8</version> <scope>compile</scope> </dependency> </dependencies> </project>