组织ID: |
de.sciss |
项目ID: |
raphael-icons_2.10 |
版本: |
1.0.2 |
最后修改时间: |
2019-10-25 00:10:44 |
包类型: |
jar |
标题: |
LGPL v2.1+ |
描述: |
Icon set designed by Dmitry Baranovskiy |
相关URL: |
https://github.com/Sciss/RaphaelIcons |
大小: |
237.75KB |
|
Maven引入代码: |
<dependency>
<groupId>de.sciss</groupId>
<artifactId>raphael-icons_2.10</artifactId>
<version>1.0.2</version>
</dependency>
|
Gradle引入代码: |
de.sciss:raphael-icons_2.10:1.0.2
|
下载Jar包: |
|
POM文件内容: |
<?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.10</artifactId>
<packaging>jar</packaging>
<description>Icon set designed by Dmitry Baranovskiy</description>
<url>https://github.com/Sciss/RaphaelIcons</url>
<version>1.0.2</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://github.com/Sciss/RaphaelIcons</url>
</organization>
<scm>
<url>git@github.com:Sciss/RaphaelIcons.git</url>
<connection>scm:git:git@github.com: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.10.4</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-swing</artifactId>
<version>2.10.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
de.sciss.icons.raphael.Shapes.class
de.sciss.icons.raphael.package$IconImpl.class
de.sciss.icons.raphael.package$.class
de.sciss.icons.raphael.package.class
|
依赖Jar: |
scala-library-2.10.4.jar
/org.scala-lang/scala-library/2.10.4
查看scala-library所有版本文件
scala-swing-2.10.4.jar
/org.scala-lang/scala-swing/2.10.4
查看scala-swing所有版本文件
|