griffon-glazedlists-javafx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-glazedlists-javafx</artifactId>
<version>1.4.0</version>
</dependency><?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 http://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.codehaus.griffon.plugins</groupId>
<artifactId>griffon-glazedlists-javafx</artifactId>
<version>1.4.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-glazedlists-core</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
<description>Griffon Glazedlists Plugin</description>
<name>griffon-glazedlists-javafx</name>
<url>http://griffon-plugins.github.io/griffon-glazedlists-plugin</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>aalmiray</id>
<name>Andres Almiray</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/griffon-plugins/griffon-glazedlists-plugin.git</connection>
<developerConnection>scm:git:https://github.com/griffon-plugins/griffon-glazedlists-plugin.git</developerConnection>
<url>https://github.com/griffon-plugins/griffon-glazedlists-plugin.git</url>
<tag>HEAD</tag>
</scm>
</project>