License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIdwicket-components |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUseful Wicket 6 components, models and other stuff
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
wicket-components-1.7.pom | |
wicket-components-1.7.jar | 32 KB |
wicket-components-1.7-sources.jar | 16 KB |
wicket-components-1.7-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/wicket-components/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>wicket-components</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/wicket-components/
implementation 'com.nitorcreations:wicket-components:1.7'
// https://jarcasting.com/artifacts/com.nitorcreations/wicket-components/
implementation ("com.nitorcreations:wicket-components:1.7")
'com.nitorcreations:wicket-components:jar:1.7'
<dependency org="com.nitorcreations" name="wicket-components" rev="1.7">
<artifact name="wicket-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='wicket-components', version='1.7')
)
libraryDependencies += "com.nitorcreations" % "wicket-components" % "1.7"
[com.nitorcreations/wicket-components "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 6.8.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
org.hamcrest : hamcrest-core | jar | 1.3 |
joda-time : joda-time Optional | jar | 2.2 |
com.googlecode.lambdaj : lambdaj Optional | jar | 2.3.3 |
com.google.collections : google-collections Optional | jar | 1.0 |
org.apache.wicket : wicket-extensions Optional | jar | 6.8.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.nitorcreations : junit-runners | jar | 1.0 |
com.nitorcreations : matchers | jar | 1.0 |
com.nitorcreations : wicket-matchers | jar | 1.0 |
com.nitorcreations : wicket-test-utils | jar | 1.1 |
org.slf4j : slf4j-nop | jar | 1.7.5 |