primeicons
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Icon Library for Prime UI Libraries
Snippets
<dependency> <groupId>org.mvnpm</groupId> <artifactId>primeicons</artifactId> <version>7.0.0</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>primeicons</artifactId> <version>7.0.0</version> <name>primeicons</name> <description>Icon Library for Prime UI Libraries</description> <url>https://github.com/primefaces/primeicons#readme</url> <organization> <name>PrimeTek</name> <url>https://github.com/primefaces/primeicons#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>cagatay.civici</name> <email>cagatay.civici@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/primefaces/primeicons.git</connection> <developerConnection>https://github.com/primefaces/primeicons.git</developerConnection> <url>https://github.com/primefaces/primeicons</url> </scm> <issueManagement> <url>https://github.com/primefaces/primeicons/issues</url> </issueManagement> </project>