is not current version
Last Version 9.10.0

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

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-rc2
Type

Type

jar

Download wicket-devutils 1.5-rc2


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