| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.openwebbeans |
| Идентификатор | Идентификаторopenwebbeans-se |
| Версия | Версия2.0.25 |
| Тип | Типjar |
| Описание |
ОписаниеApache OpenWebBeans CDI Java SE Implementation
Apache OpenWebBeans is an open source implementation of the
JSR-365 CDI 2.0 Specification.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| openwebbeans-se-2.0.25.pom | |
| openwebbeans-se-2.0.25.jar | 37 KB |
| openwebbeans-se-2.0.25-sources.jar | 23 KB |
| openwebbeans-se-2.0.25-javadoc.jar | 72 KB |
| openwebbeans-se-2.0.25-jakarta.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/ -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>
<version>2.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/
implementation 'org.apache.openwebbeans:openwebbeans-se:2.0.25'
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/
implementation ("org.apache.openwebbeans:openwebbeans-se:2.0.25")
'org.apache.openwebbeans:openwebbeans-se:jar:2.0.25'
<dependency org="org.apache.openwebbeans" name="openwebbeans-se" rev="2.0.25">
<artifact name="openwebbeans-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans', module='openwebbeans-se', version='2.0.25')
)
libraryDependencies += "org.apache.openwebbeans" % "openwebbeans-se" % "2.0.25"
[org.apache.openwebbeans/openwebbeans-se "2.0.25"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.openwebbeans : openwebbeans-impl | jar | 2.0.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.geronimo.specs : geronimo-jcdi_2.0_spec | jar | 1.3 |
| org.apache.geronimo.specs : geronimo-el_2.2_spec | jar | 1.1 |
| org.apache.geronimo.specs : geronimo-annotation_1.3_spec | jar | 1.3 |
| org.apache.geronimo.specs : geronimo-atinject_1.0_spec | jar | 1.2 |
| org.apache.geronimo.specs : geronimo-interceptor_1.2_spec | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |