themes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.primeuix</groupId> <artifactId>themes</artifactId> <version>1.2.3</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.primeuix</groupId> <artifactId>themes</artifactId> <version>1.2.3</version> <name>primeuix themes</name> <description>Themes for PrimeUI Libraries</description> <url>https://github.com/primefaces/primeuix#readme</url> <organization> <name>PrimeTek Informatics</name> <url>https://github.com/primefaces/primeuix#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>mert.sincan</name> <email>sincan.mert@gmail.com</email> </developer> <developer> <name>cagatay.civici</name> <email>cagatay.civici@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/primefaces/primeuix.git</connection> <developerConnection>https://github.com/primefaces/primeuix.git</developerConnection> <url>https://github.com/primefaces/primeuix</url> </scm> <issueManagement> <url>https://github.com/primefaces/primeuix/issues</url> </issueManagement> <properties> <org.mvnpm.at.primeuix-styled.version>[0.7.2,0.8)</org.mvnpm.at.primeuix-styled.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm.at.primeuix</groupId> <artifactId>styled</artifactId> <version>${org.mvnpm.at.primeuix-styled.version}</version> </dependency> </dependencies> </project>