Maven Repository - POM file for Development wicket-extensions 1.4.10 1.4.10

Summary

Wicket Extensions.

Wicket Extensions is a rich component library for the Wicket framework..

Declaration

Here is the list of declaration for wicket-extensions. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-extensions</artifactId>
   <version>1.4.10</version>
</dependency>

If you think this Maven repository POM file listing for wicket-extensions is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.





Packages

The following packages are defined in the wicket-extensions-1.4.10.jar

org.apache.wicket.extensions
org.apache.wicket.extensions.ajax.markup.html
org.apache.wicket.extensions.ajax.markup.html.autocomplete
org.apache.wicket.extensions.ajax.markup.html.form.upload
org.apache.wicket.extensions.ajax.markup.html.modal
org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
org.apache.wicket.extensions.ajax.markup.html.tabs
org.apache.wicket.extensions.breadcrumb
org.apache.wicket.extensions.breadcrumb.panel
org.apache.wicket.extensions.captcha.kittens
org.apache.wicket.extensions.markup.html.basic
org.apache.wicket.extensions.markup.html.captcha
org.apache.wicket.extensions.markup.html.form
org.apache.wicket.extensions.markup.html.form.palette
org.apache.wicket.extensions.markup.html.form.palette.component
org.apache.wicket.extensions.markup.html.form.select
org.apache.wicket.extensions.markup.html.image.resource
org.apache.wicket.extensions.markup.html.repeater.data.grid
org.apache.wicket.extensions.markup.html.repeater.data.sort
org.apache.wicket.extensions.markup.html.repeater.data.table
org.apache.wicket.extensions.markup.html.repeater.data.table.filter
org.apache.wicket.extensions.markup.html.repeater.util
org.apache.wicket.extensions.markup.html.tabs
org.apache.wicket.extensions.markup.html.tree
org.apache.wicket.extensions.markup.html.tree.table
org.apache.wicket.extensions.model
org.apache.wicket.extensions.rating
org.apache.wicket.extensions.util.encoding
org.apache.wicket.extensions.validation.validator
org.apache.wicket.extensions.wizard
org.apache.wicket.extensions.wizard.dynamic




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<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>
  <parent>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-parent</artifactId>
    <version>1.4.10</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>wicket-extensions</artifactId>
  <packaging>jar</packaging>

  <name>Wicket Extensions</name>
  <description>Wicket Extensions is a rich component library for the Wicket framework.</description>

  <dependencies>
    <dependency>
      <groupId>org.apache.wicket</groupId>
      <artifactId>wicket</artifactId>
    </dependency>
  </dependencies>
</project>