MVN

com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld

Maven & Gradle

Sep 01, 2013
0 stars

Wicket CDI 1.1 Weld · Provides integration between Wicket and CDI containers. Adds support for weld based containers.

<dependency>
    <groupId>com.github.javawithmarcus.wicket-cdi-1.1</groupId>
    <artifactId>wicket-cdi-1.1-weld</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
wicket-cdi-1.1-weld-0.3

How to add a dependency to Maven

Add the following com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.javawithmarcus.wicket-cdi-1.1</groupId>
    <artifactId>wicket-cdi-1.1-weld</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld gradle dependency to your build.gradle file:

implementation 'com.github.javawithmarcus.wicket-cdi-1.1:wicket-cdi-1.1-weld:0.3'

Gradle Kotlin DSL: Add the following com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javawithmarcus.wicket-cdi-1.1:wicket-cdi-1.1-weld:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javawithmarcus.wicket-cdi-1.1 : wicket-cdi-1.1-weld sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javawithmarcus.wicket-cdi-1.1" % "wicket-cdi-1.1-weld" % "0.3"