Maven Repository - POM file for Swing JavaFX flow 8.0b9 8.0b9

Summary

DataFX.

Visualizing Enterprise Data in JavaFX.

Declaration

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.0b9</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.

License

Name:The 3-Clause BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.

Depends on

The flow-8.0b9 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Swing JavaFXcore 8.0b9
Visualizing Enterprise Data in JavaFX
5




Packages

The following packages are defined in the flow-8.0b9.jar

io.datafx.controller
io.datafx.controller.context
io.datafx.controller.context.resource
io.datafx.controller.flow
io.datafx.controller.flow.action
io.datafx.controller.flow.container
io.datafx.controller.flow.context
io.datafx.controller.flow.event
io.datafx.controller.util

POM File Source

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.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>
  <dependencies>
    <dependency>
      <groupId>io.datafx</groupId>
      <artifactId>core</artifactId>
      <version>8.0b9</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>