Maven Repository - POM file for Swing JavaFX scalacolliderswing-core_2.10 1.21.0 1.21.0

Summary

ScalaColliderSwing-core.

Swing components for ScalaCollider.

Declaration

Here is the list of declaration for scalacolliderswing-core_2.10. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>de.sciss</groupId>
   <artifactId>scalacolliderswing-core_2.10</artifactId>
   <version>1.21.0</version>
</dependency>

If you think this Maven repository POM file listing for scalacolliderswing-core_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GPL v3+
URL: http://www.gnu.org/licenses/gpl-3.0.txt.

Depends on

The scalacolliderswing-core_2.10-1.21.0 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.10.4
Standard library for the Scala Programming Language
1091




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: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>scalacolliderswing-core_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Swing components for ScalaCollider</description>
    <url>https://github.com/Sciss/ScalaColliderSwing</url>
    <version>1.21.0</version>
    <licenses>
        <license>
            <name>GPL v3+</name>
            <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>ScalaColliderSwing-core</name>
    <organization>
        <name>de.sciss</name>
        <url>https://github.com/Sciss/ScalaColliderSwing</url>
    </organization>
    <scm>
        <url>git@github.com:Sciss/ScalaColliderSwing.git</url>
        <connection>scm:git:git@github.com:Sciss/ScalaColliderSwing.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>scalacollider_2.10</artifactId>
            <version>1.15.0</version>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>scalacolliderugens-plugins_2.10</artifactId>
            <version>1.12.0</version>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>prefuse-core</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>audiowidgets-swing_2.10</artifactId>
            <version>1.7.0</version>
        </dependency>
    </dependencies>
</project>