| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdcom.googlecode.wicketelements |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWicket Elements Common
Common classes used almost in every other project of Wicket Elements.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-1.0.pom | |
| common-1.0.jar | 4 KB |
| common-1.0-sources.jar | 3 KB |
| common-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.wicketelements/common/ -->
<dependency>
<groupId>com.googlecode.wicketelements</groupId>
<artifactId>common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicketelements/common/
implementation 'com.googlecode.wicketelements:common:1.0'
// https://jarcasting.com/artifacts/com.googlecode.wicketelements/common/
implementation ("com.googlecode.wicketelements:common:1.0")
'com.googlecode.wicketelements:common:jar:1.0'
<dependency org="com.googlecode.wicketelements" name="common" rev="1.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicketelements', module='common', version='1.0')
)
libraryDependencies += "com.googlecode.wicketelements" % "common" % "1.0"
[com.googlecode.wicketelements/common "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.5 |
| org.apache.wicket : wicket | jar | 1.4.14 |
| org.apache.wicket : wicket-auth-roles | jar | 1.4.14 |
| org.apache.wicket : wicket-extensions | jar | 1.4.14 |
| org.apache.wicket : wicket-spring | jar | 1.4.14 |
| org.slf4j : slf4j-api | jar | 1.5.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.14.6 |