silk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.famfamfam</groupId> <artifactId>silk</artifactId> <version>1.3</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.famfamfam</groupId> <artifactId>silk</artifactId> <packaging>jar</packaging> <name>Silk Icons</name> <version>1.3</version> <description>Silk is a smooth, free icon set, containing over 700 16x16 pixel icons in strokably-soft PNG format.</description> <url>http://www.famfamfam.com/lab/icons/silk/</url> <inceptionYear>2005</inceptionYear> <licenses> <license> <name>Creative Commons Attribution 2.5 License</name> <url>http://creativecommons.org/licenses/by/2.5/</url> <distribution>repo</distribution> <comments> You may use this work for any purpose, and make any changes you like. All I ask is that you include a link back in your credits (contact me if you need to discuss specifics). </comments> </license> </licenses> <developers> <developer> <name>Mark James</name> <timezone>0</timezone> <roles> <role>Project Owner</role> <role>Designer</role> </roles> <email>mjames at gmail dot com</email> <url>http://www.famfamfam.com/about/</url> </developer> </developers> <contributors> <contributor> <name>Dimitar Dimitrov</name> <timezone>9</timezone> <roles> <role>Packager</role> </roles> <email>dimitar dot dimitrov at gmail dot com</email> <url>http://schizogenesis.com</url> </contributor> </contributors> <build> <resources> <resource> <directory>icons</directory> <targetPath>com/famfamfam/silk</targetPath> <includes> <include>*.png</include> </includes> </resource> <resource> <directory>.</directory> <targetPath>META-INF</targetPath> <includes> <include>README.txt</include> <include>LICENSE.txt</include> </includes> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <index>true</index> </archive> <manifestEntries> <mode>development</mode> <url>${pom.url}</url> </manifestEntries> </configuration> </plugin> </plugins> </build> <dependencies></dependencies> <scm><connection>http://www.famfamfam.com/lab/icons/silk/</connection></scm> </project>