License |
License |
---|---|
GroupId | GroupIdorg.apache.openwebbeans |
ArtifactId | ArtifactIdopenwebbeans-se |
Last Version | Last Version2.0.27 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache OpenWebBeans CDI Java SE Implementation
Apache OpenWebBeans is an open source implementation of the
JSR-365 CDI 2.0 Specification.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openwebbeans-se-2.0.27.pom | |
openwebbeans-se-2.0.27.jar | 31 KB |
openwebbeans-se-2.0.27-sources.jar | 21 KB |
openwebbeans-se-2.0.27-javadoc.jar | 66 KB |
openwebbeans-se-2.0.27-jakarta.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/ -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>
<version>2.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/
implementation 'org.apache.openwebbeans:openwebbeans-se:2.0.27'
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-se/
implementation ("org.apache.openwebbeans:openwebbeans-se:2.0.27")
'org.apache.openwebbeans:openwebbeans-se:jar:2.0.27'
<dependency org="org.apache.openwebbeans" name="openwebbeans-se" rev="2.0.27">
<artifact name="openwebbeans-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans', module='openwebbeans-se', version='2.0.27')
)
libraryDependencies += "org.apache.openwebbeans" % "openwebbeans-se" % "2.0.27"
[org.apache.openwebbeans/openwebbeans-se "2.0.27"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.openwebbeans : openwebbeans-impl | jar | 2.0.27 |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |