MVN

com.jolira : wicket-guicier

Maven & Gradle

Dec 18, 2011
3 usages
3 stars

Guicier Wicket · Another Integration Between Wicket & Guice

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>wicket-guicier</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolira : wicket-guicier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.jolira : wicket-guicier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
wicket-guicier-2.5.0
2.0.x
wicket-guicier-2.0.12
wicket-guicier-2.0.10
wicket-guicier-2.0.9
wicket-guicier-2.0.8
wicket-guicier-2.0.7
wicket-guicier-2.0.6
wicket-guicier-2.0.5
wicket-guicier-2.0.4
wicket-guicier-2.0.3
wicket-guicier-2.0.2
wicket-guicier-2.0.1
wicket-guicier-2.0.0
1.1.x
wicket-guicier-1.1.26
wicket-guicier-1.1.25
wicket-guicier-1.1.10
wicket-guicier-1.1.8
wicket-guicier-1.1.6
wicket-guicier-1.1.5
wicket-guicier-1.1.3
wicket-guicier-1.1.1
wicket-guicier-1.1.0
1.0.x
wicket-guicier-1.0.20
wicket-guicier-1.0.18
wicket-guicier-1.0.17

How to add a dependency to Maven

Add the following com.jolira : wicket-guicier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>wicket-guicier</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolira : wicket-guicier gradle dependency to your build.gradle file:

implementation 'com.jolira:wicket-guicier:2.5.0'

Gradle Kotlin DSL: Add the following com.jolira : wicket-guicier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jolira:wicket-guicier:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolira : wicket-guicier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolira" % "wicket-guicier" % "2.5.0"