Files
controlsfx/controlsfx-11.2.0.pom

34 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.2.0</version>
<name>ControlsFX</name>
<description>High quality UI controls and other tools to complement the core JavaFX distribution</description>
<url>http://www.controlsfx.org/</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>
<developers>
<developer>
<name>Jonathan Giles</name>
<email>jonathan@jonathangiles.net</email>
<roles>
<role>author</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/controlsfx/controlsfx</connection>
<developerConnection>scm:git:ssh://hg@github.com/controlsfx/controlsfx</developerConnection>
<url>https://github.com/controlsfx/controlsfx</url>
</scm>
<dependencies/>
</project>