is not current version
Last Version 9.0.0

Wicket Source With Plugins 8.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
GroupId

GroupId

com.github.jennybrown8.wicket-source
ArtifactId

ArtifactId

wicket-source-parent
Version

Version

8.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/jennybrown8/wicket-source

Download wicket-source-parent 8.0.0


<!-- https://jarcasting.com/artifacts/com.github.jennybrown8.wicket-source/wicket-source-parent/ -->
<dependency>
    <groupId>com.github.jennybrown8.wicket-source</groupId>
    <artifactId>wicket-source-parent</artifactId>
    <version>8.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jennybrown8.wicket-source/wicket-source-parent/
implementation 'com.github.jennybrown8.wicket-source:wicket-source-parent:8.0.0'
// https://jarcasting.com/artifacts/com.github.jennybrown8.wicket-source/wicket-source-parent/
implementation ("com.github.jennybrown8.wicket-source:wicket-source-parent:8.0.0")
'com.github.jennybrown8.wicket-source:wicket-source-parent:pom:8.0.0'
<dependency org="com.github.jennybrown8.wicket-source" name="wicket-source-parent" rev="8.0.0">
  <artifact name="wicket-source-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jennybrown8.wicket-source', module='wicket-source-parent', version='8.0.0')
)
libraryDependencies += "com.github.jennybrown8.wicket-source" % "wicket-source-parent" % "8.0.0"
[com.github.jennybrown8.wicket-source/wicket-source-parent "8.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