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

Summary

DataFX.

Visualizing Enterprise Data in JavaFX.

Declaration

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.

License

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

Depended by

The following table lists the most popular artifacts which are depending on core-8.0b9. Their categories and depend by count are also listed.

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




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>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>