| Group ID: |
com.googlecode.wicketelements |
| Artifact ID: |
wicket-elements |
| Version: |
1.3.0 |
| Last modified: |
01.09.2011 19:26 |
| Packaging: |
pom |
| Name: |
Wicket Elements |
| Description: |
Components and class library for Apache Wicket. |
| URL: |
http://code.google.com/p/wicket-elements/ |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/googlecode/wicketelements/wicket-elements/1.3.0/wicket-elements-1.3.0.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.wicketelements</groupId>
<artifactId>wicket-elements</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<name>Wicket Elements</name>
<description>Components and class library for Apache Wicket.</description>
<url>http://code.google.com/p/wicket-elements/</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<scm>
<url>https://github.com/yannickloth/wicket-elements</url>
<connection>scm:git:https://github.com/yannickloth/wicket-elements.git</connection>
<developerConnection>scm:git:https://github.com/yannickloth/wicket-elements.git</developerConnection>
</scm>
<developers>
<developer>
<name>Yannick LOTH</name>
<timezone>+1</timezone>
<email>yannick AT littlej.biz</email>
<organization>LittleJ</organization>
<organizationUrl>http://www.littlej.biz</organizationUrl>
</developer>
</developers>
<modules>
<module>parent</module>
<module>security</module>
<module>security-shiro</module>
<module>components</module>
<module>library</module>
</modules>
</project>
|
| Maven: |
<dependency>
<groupId>com.googlecode.wicketelements</groupId>
<artifactId>wicket-elements</artifactId>
<version>1.3.0</version>
</dependency>
|
| Gradle: |
com.googlecode.wicketelements:wicket-elements:1.3.0 |
| Dependency Graph: |
Show
Less
More
|