MVN

net.ftlines.wicket-source : wicket-source

Maven & Gradle

May 26, 2014
52 usages
37 stars

Wicket Source · Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages.

<dependency>
    <groupId>net.ftlines.wicket-source</groupId>
    <artifactId>wicket-source</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ftlines.wicket-source : wicket-source to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of net.ftlines.wicket-source : wicket-source to add to Maven or Gradle - All Versions:

  • Version Updated
  • wicket-source-7.0.0

    May 26, 2014
  • wicket-source-6.0.0.8

    Oct 22, 2012
  • wicket-source-1.5.0.7

    Feb 04, 2012
  • wicket-source-1.4.18.7

    Feb 04, 2012
  • wicket-source-1.4.0.7

    Feb 04, 2012
  • wicket-source-1.5.0_06

    Jan 28, 2012

How to add a dependency to Maven

Add the following net.ftlines.wicket-source : wicket-source maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.ftlines.wicket-source</groupId>
    <artifactId>wicket-source</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.ftlines.wicket-source : wicket-source gradle dependency to your build.gradle file:

implementation 'net.ftlines.wicket-source:wicket-source:7.0.0'

Gradle Kotlin DSL: Add the following net.ftlines.wicket-source : wicket-source gradle kotlin dependency to your build.gradle.kts file:

implementation("net.ftlines.wicket-source:wicket-source:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.ftlines.wicket-source : wicket-source sbt scala dependency to your build.sbt file:

libraryDependencies += "net.ftlines.wicket-source" % "wicket-source" % "7.0.0"