swing-checkbox-tree
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.scijava</groupId> <artifactId>swing-checkbox-tree</artifactId> <version>1.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.scijava</groupId> <artifactId>pom-scijava</artifactId> <version>14.0.0</version> <relativePath /> </parent> <artifactId>swing-checkbox-tree</artifactId> <version>1.0.2</version> <name>Swing Check Box Tree</name> <description>A set of components for use with Swing JTrees that provide support for JCheckBox nodes.</description> <url>https://github.com/scijava/swing-checkbox-tree</url> <inceptionYear>2012</inceptionYear> <organization> <name>SciJava</name> <url>http://scijava.org/</url> </organization> <licenses> <license> <name>Simplified BSD License</name> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ctrueden</id> <name>Curtis Rueden</name> <url>http://imagej.net/User:Rueden</url> <roles> <role>founder</role> <role>lead</role> <role>developer</role> <role>debugger</role> <role>reviewer</role> <role>support</role> <role>maintainer</role> </roles> </developer> </developers> <contributors> <contributor><name>John Zukowski</name></contributor> </contributors> <mailingLists> <mailingList> <name>SciJava</name> <subscribe>https://groups.google.com/group/scijava</subscribe> <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> <post>scijava.com</post> <archive>https://groups.google.com/group/scijava</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:git://github.com/scijava/swing-checkbox-tree</connection> <developerConnection>scm:git:git@github.com:scijava/swing-checkbox-tree</developerConnection> <tag>swing-checkbox-tree-1.0.2</tag> <url>https://github.com/scijava/swing-checkbox-tree</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/scijava/swing-checkbox-tree/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/scijava/swing-checkbox-tree</url> </ciManagement> <properties> <package-name>org.scijava.swing.checkboxtree</package-name> <license.licenseName>bsd_2</license.licenseName> <license.copyrightOwners>Board of Regents of the University of Wisconsin-Madison.</license.copyrightOwners> <license.projectName>Swing JTree check box nodes.</license.projectName> </properties> </project>