icons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.primevue</groupId> <artifactId>icons</artifactId> <version>4.3.5</version> </dependency>
<?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.at.primevue</groupId> <artifactId>icons</artifactId> <version>4.3.5</version> <name>primevue icons</name> <description>primevue icons</description> <url>https://primevue.org/</url> <organization> <name>PrimeTek Informatics</name> <url>https://primevue.org/</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>tugcekucukoglu</name> <email>tugcekucukoglu.860@gmail.com</email> </developer> <developer> <name>cagatay.civici</name> <email>cagatay.civici@gmail.com</email> </developer> <developer> <name>mert.sincan</name> <email>sincan.mert@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/primefaces/primevue.git</connection> <developerConnection>https://github.com/primefaces/primevue.git</developerConnection> <url>https://github.com/primefaces/primevue</url> </scm> <issueManagement> <url>https://github.com/primefaces/primevue/issues</url> </issueManagement> <properties> <org.mvnpm.at.primeuix-utils.version>[0.5.3,0.6)</org.mvnpm.at.primeuix-utils.version> <org.mvnpm.at.primevue-core.version>4.3.5</org.mvnpm.at.primevue-core.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.primeuix</groupId> <artifactId>utils</artifactId> <version>${org.mvnpm.at.primeuix-utils.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.primevue</groupId> <artifactId>core</artifactId> <version>${org.mvnpm.at.primevue-core.version}</version> </dependency> </dependencies> </project>