DataFX.
Visualizing Enterprise Data in JavaFX.
Here is the list of declaration for core. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>io.datafx</groupId> <artifactId>core</artifactId> <version>8.0b9</version> </dependency>
If you think this Maven repository POM file listing for core 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.
The following table lists the most popular artifacts which are depending on core-8.0b9. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Swing JavaFX | flow 8.0b9 Visualizing Enterprise Data in JavaFX | 5 |
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>core</artifactId> <version>8.0b9</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> </project>