License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.apache.wicket |
ArtifactId | ArtifactIdwicket-devutils |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Development Utilities
Wicket development utilities provide helpful features that
are typically used during development only, but may be
turned on for additional production debugging.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wicket-devutils-9.10.0.pom | |
wicket-devutils-9.10.0.jar | 83 KB |
wicket-devutils-9.10.0-tests.jar | 13 KB |
wicket-devutils-9.10.0-test-sources.jar | 10 KB |
wicket-devutils-9.10.0-sources.jar | 63 KB |
wicket-devutils-9.10.0-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/ -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/
implementation 'org.apache.wicket:wicket-devutils:9.10.0'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/
implementation ("org.apache.wicket:wicket-devutils:9.10.0")
'org.apache.wicket:wicket-devutils:jar:9.10.0'
<dependency org="org.apache.wicket" name="wicket-devutils" rev="9.10.0">
<artifact name="wicket-devutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-devutils', version='9.10.0')
)
libraryDependencies += "org.apache.wicket" % "wicket-devutils" % "9.10.0"
[org.apache.wicket/wicket-devutils "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
org.apache.wicket : wicket-extensions | jar | 9.10.0 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.3.1 |
org.slf4j : jcl-over-slf4j | jar | 2.0.0-alpha5 |