is not current version
Last Version 9.10.0

org.apache.wicket:wicket-devutils 1.4-rc6

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.4-rc6
Type

Type

jar

Download wicket-devutils 1.4-rc6


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