is not current version
Last Version 9.10.0

org.apache.wicket:wicket-devutils 1.5-RC7

Wicket development utilities provide helpful features that are typically used during development only, but may be turned on for additional production debugging.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket-devutils
Version

Version

1.5-RC7
Type

Type

jar

Download wicket-devutils 1.5-RC7


<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-devutils</artifactId>
    <version>1.5-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/
implementation 'org.apache.wicket:wicket-devutils:1.5-RC7'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-devutils/
implementation ("org.apache.wicket:wicket-devutils:1.5-RC7")
'org.apache.wicket:wicket-devutils:jar:1.5-RC7'
<dependency org="org.apache.wicket" name="wicket-devutils" rev="1.5-RC7">
  <artifact name="wicket-devutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-devutils', version='1.5-RC7')
)
libraryDependencies += "org.apache.wicket" % "wicket-devutils" % "1.5-RC7"
[org.apache.wicket/wicket-devutils "1.5-RC7"]