Last Version

Wicket Source With Plugins 7.0.0

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.

License

License

Categories

Categories

Wicket User Interface Web Frameworks Net
GroupId

GroupId

net.ftlines.wicket-source
ArtifactId

ArtifactId

wicket-source-parent
Version

Version

7.0.0
Type

Type

pom
Description

Description

Wicket Source With Plugins
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.
Project URL

Project URL

https://github.com/42Lines/wicket-source/wiki
Source Code Management

Source Code Management

http://github.com/42Lines/wicket-source

Download wicket-source-parent 7.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wicket-source
  • wicket-source-demo