| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.github.javawithmarcus.wicket-cdi-1.1 |
| Идентификатор | Идентификаторwicket-cdi-1.1-core |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWicket 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.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.wicket : wicket-core | jar | 6.9.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.jglue.cdi-unit : cdi-unit | jar | 2.1.0 |