wicket-jquery-ui-themes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-jquery-ui-themes</artifactId> <version>9.21.0</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> <name>wicket-jquery-ui-themes</name> <description>Wicket-jQuery UI Themes</description> <parent> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-jquery-ui-parent</artifactId> <version>9.21.0</version> </parent> <artifactId>wicket-jquery-ui-themes</artifactId> <packaging>pom</packaging> <dependencies> <!-- JQUERY-UI DEPENDENCIES --> <dependency> <groupId>com.googlecode.wicket-jquery-ui</groupId> <artifactId>wicket-jquery-ui</artifactId> <version>9.21.0</version> <scope>provided</scope> </dependency> <!-- WICKET DEPENDENCIES --> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> <version>${wicket.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> <version>${wicket.version}</version> <scope>provided</scope> </dependency> </dependencies> <modules> <module>theme-base</module> <module>theme-black-tie</module> <module>theme-blitzer</module> <module>theme-cupertino</module> <module>theme-dark-hive</module> <module>theme-dot-luv</module> <module>theme-eggplant</module> <module>theme-excite-bike</module> <module>theme-flick</module> <module>theme-hot-sneaks</module> <module>theme-humanity</module> <module>theme-le-frog</module> <module>theme-mint-choc</module> <module>theme-overcast</module> <module>theme-pepper-grinder</module> <module>theme-redmond</module> <module>theme-smoothness</module> <module>theme-south-street</module> <module>theme-start</module> <module>theme-sunny</module> <module>theme-swanky-purse</module> <module>theme-trontastic</module> <module>theme-ui-darkness</module> <module>theme-ui-lightness</module> <module>theme-vader</module> </modules> </project>