singular-form-wicket
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opensingular</groupId> <artifactId>singular-form-wicket</artifactId> <version>1.9.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.opensingular</groupId> <artifactId>singular-form</artifactId> <version>1.9.7</version> </parent> <artifactId>singular-form-wicket</artifactId> <name>[singular :: form :: wicket]</name> <packaging>jar</packaging> <build> <resources> <resource> <filtering>false</filtering> <directory>src/main/resources</directory> </resource> <resource> <filtering>false</filtering> <directory>src/main/java</directory> <includes> <include>**</include> </includes> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> <resource> <filtering>false</filtering> <directory>src/test/java</directory> <includes> <include>**</include> </includes> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> </resources> </build> <dependencies> <dependency> <groupId>com.google.maps</groupId> <artifactId>google-maps-services</artifactId> </dependency> <dependency> <groupId>org.opensingular</groupId> <artifactId>singular-form-core</artifactId> </dependency> <dependency> <groupId>org.opensingular</groupId> <artifactId>singular-wicket-utils</artifactId> </dependency> <dependency> <groupId>org.opensingular</groupId> <artifactId>singular-support</artifactId> </dependency> <!-- WICKET DEPENDENCIES --> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-auth-roles</artifactId> </dependency> <!-- WICKET Development Tools --> <dependency> <groupId>com.atlassian.commonmark</groupId> <artifactId>commonmark</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> </dependency> </dependencies> </project>