License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdcom.github.jennybrown8.wicket-source |
ArtifactId | ArtifactIdwicket-source-parent |
Last Version | Last Version9.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-source-parent-9.0.0.pom | 4 KB |
Browse |
<!-- 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>9.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:9.0.0'
// https://jarcasting.com/artifacts/com.github.jennybrown8.wicket-source/wicket-source-parent/
implementation ("com.github.jennybrown8.wicket-source:wicket-source-parent:9.0.0")
'com.github.jennybrown8.wicket-source:wicket-source-parent:pom:9.0.0'
<dependency org="com.github.jennybrown8.wicket-source" name="wicket-source-parent" rev="9.0.0">
<artifact name="wicket-source-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jennybrown8.wicket-source', module='wicket-source-parent', version='9.0.0')
)
libraryDependencies += "com.github.jennybrown8.wicket-source" % "wicket-source-parent" % "9.0.0"
[com.github.jennybrown8.wicket-source/wicket-source-parent "9.0.0"]