| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdcom.github.javawithmarcus.wicket-cdi-1.1 |
| ArtifactId | ArtifactIdwicket-cdi-1.1-core |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWicket CDI 1.1 Core
Provides integration between Wicket and CDI containers. Enables injection of
components and behaviors, as well as other non-contextual object instances.
Also enables propagation of conversations between wicket artifacts such as pages
and resources.
|
| Filename | Size |
|---|---|
| wicket-cdi-1.1-core-0.3.pom | |
| wicket-cdi-1.1-core-0.3.jar | 43 KB |
| wicket-cdi-1.1-core-0.3-sources.jar | 37 KB |
| wicket-cdi-1.1-core-0.3-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.javawithmarcus.wicket-cdi-1.1/wicket-cdi-1.1-core/ -->
<dependency>
<groupId>com.github.javawithmarcus.wicket-cdi-1.1</groupId>
<artifactId>wicket-cdi-1.1-core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javawithmarcus.wicket-cdi-1.1/wicket-cdi-1.1-core/
implementation 'com.github.javawithmarcus.wicket-cdi-1.1:wicket-cdi-1.1-core:0.3'
// https://jarcasting.com/artifacts/com.github.javawithmarcus.wicket-cdi-1.1/wicket-cdi-1.1-core/
implementation ("com.github.javawithmarcus.wicket-cdi-1.1:wicket-cdi-1.1-core:0.3")
'com.github.javawithmarcus.wicket-cdi-1.1:wicket-cdi-1.1-core:jar:0.3'
<dependency org="com.github.javawithmarcus.wicket-cdi-1.1" name="wicket-cdi-1.1-core" rev="0.3">
<artifact name="wicket-cdi-1.1-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javawithmarcus.wicket-cdi-1.1', module='wicket-cdi-1.1-core', version='0.3')
)
libraryDependencies += "com.github.javawithmarcus.wicket-cdi-1.1" % "wicket-cdi-1.1-core" % "0.3"
[com.github.javawithmarcus.wicket-cdi-1.1/wicket-cdi-1.1-core "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.wicket : wicket-core | jar | 6.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.jglue.cdi-unit : cdi-unit | jar | 2.1.0 |