docking-frames-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.sciss</groupId>
<artifactId>docking-frames-core</artifactId>
<version>2.0.0</version>
</dependency><?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>de.sciss</groupId>
<artifactId>docking-frames-core</artifactId>
<packaging>jar</packaging>
<description>A window docking framework for Swing</description>
<url>https://github.com/Sciss/DockingFrames</url>
<version>2.0.0</version>
<licenses>
<license>
<name>LGPL v2.1+</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>docking-frames-core</name>
<organization>
<name>de.sciss</name>
<url>https://github.com/Sciss/DockingFrames</url>
</organization>
<scm>
<url>git@github.com:Sciss/DockingFrames.git</url>
<connection>scm:git:git@github.com:Sciss/DockingFrames.git</connection>
</scm>
<developers>
<developer>
<id>benjamin_sigg@gmx.ch</id>
<email>benjamin_sigg@gmx.ch</email>
<name>Benjamin Sigg</name>
<properties>
<credits>the creator</credits>
</properties>
<roles>
<role>owner</role>
</roles>
</developer>
<developer>
<id>Janni Kovacs</id>
<email>Janni Kovacs</email>
<name>Janni Kovacs</name>
<properties>
<credits>By finding bugs I didn't imagine that they even could exist, by asking for features I considered nonsense, by writing the first StackDockComponent, and by having a critical question for every change I made.By writing the initial version of the EclipseTheme.</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>Ivan Seidl</id>
<email>Ivan Seidl</email>
<name>Ivan Seidl</name>
<properties>
<credits>By helping me understand, how hard it is to get into DockingFrames without proper tutorials or guides. By contributing a new set of icons for the BubbleTheme.</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>scrnick</id>
<email>scrnick</email>
<name>scrnick</name>
<properties>
<credits>By being the first one writing a non-trivial patch. </credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>Parag Shah</id>
<email>Parag Shah</email>
<name>Parag Shah</name>
<properties>
<credits>By contributing a new split-layout-manager (which will be made available in v1.0.7).</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>Steffen Kux</id>
<email>Steffen Kux</email>
<name>Steffen Kux</name>
<properties>
<credits>Steffen wrote a library producing glass effects, this library was used by Thomas.</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>Thomas Hilbert</id>
<email>Thomas Hilbert</email>
<name>Thomas Hilbert</name>
<properties>
<credits>Thomas wrote a new fancy tab for the EclipseTheme. He also provided a new set of icons for the EclipseTheme.</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>andrei.pozolotin@gmail.com</id>
<email>andrei.pozolotin@gmail.com</email>
<name>Andrei Pozolotin</name>
<properties>
<credits>converted project to maven and published to central repo</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>krijnschaap@gmail.com</id>
<email>krijnschaap@gmail.com</email>
<name>Krijn Schaap</name>
<properties>
<credits>Maintenance of maven build system</credits>
</properties>
<roles>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>sciss</id>
<name>Hanns Holger Rutz</name>
<url>http://www.sciss.de</url>
</developer>
</developers>
</project>