is not current version
Last Version 7.0.0

net.ftlines.wicket-source:wicket-source-parent 1.5.0.7

Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages. The only module required for maven dependency in your app is wicket-source itself, although a demo app is included.

Categories

Categories

Wicket User Interface Web Frameworks Net
GroupId

GroupId

net.ftlines.wicket-source
ArtifactId

ArtifactId

wicket-source-parent
Version

Version

1.5.0.7
Type

Type

pom

Download wicket-source-parent 1.5.0.7


<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-parent/ -->
<dependency>
    <groupId>net.ftlines.wicket-source</groupId>
    <artifactId>wicket-source-parent</artifactId>
    <version>1.5.0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-parent/
implementation 'net.ftlines.wicket-source:wicket-source-parent:1.5.0.7'
// https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-parent/
implementation ("net.ftlines.wicket-source:wicket-source-parent:1.5.0.7")
'net.ftlines.wicket-source:wicket-source-parent:pom:1.5.0.7'
<dependency org="net.ftlines.wicket-source" name="wicket-source-parent" rev="1.5.0.7">
  <artifact name="wicket-source-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-source', module='wicket-source-parent', version='1.5.0.7')
)
libraryDependencies += "net.ftlines.wicket-source" % "wicket-source-parent" % "1.5.0.7"
[net.ftlines.wicket-source/wicket-source-parent "1.5.0.7"]