raphael-icons_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.sciss</groupId> <artifactId>raphael-icons_2.13</artifactId> <version>1.0.7</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>raphael-icons_2.13</artifactId> <packaging>jar</packaging> <description>Icon set designed by Dmitry Baranovskiy</description> <url>https://git.iem.at/sciss/RaphaelIcons</url> <version>1.0.7</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>raphael-icons</name> <organization> <name>de.sciss</name> <url>https://git.iem.at/sciss/RaphaelIcons</url> </organization> <scm> <url>git@git.iem.at:sciss/RaphaelIcons.git</url> <connection>scm:git:git@git.iem.at:sciss/RaphaelIcons.git</connection> </scm> <developers> <developer> <id>sciss</id> <name>Hanns Holger Rutz</name> <url>http://www.sciss.de</url> </developer> <developer> <id>DmitryBaranovskiy</id> <name>Dmitry Baranovskiy</name> <url>http://dmitry.baranovskiy.com/</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.3</version> </dependency> <dependency> <groupId>de.sciss</groupId> <artifactId>swingplus_2.13</artifactId> <version>0.5.0</version> <scope>test</scope> </dependency> <dependency> <groupId>de.sciss</groupId> <artifactId>submin</artifactId> <version>0.2.5</version> <scope>test</scope> </dependency> </dependencies> </project>