License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-cdi |
Version | Version11.0.5 |
Type | Typejar |
Description |
DescriptionJetty :: CDI
The Eclipse Jetty Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-cdi-11.0.5.pom | |
jetty-cdi-11.0.5.jar | 20 KB |
jetty-cdi-11.0.5-sources.jar | 18 KB |
jetty-cdi-11.0.5-javadoc.jar | 419 KB |
jetty-cdi-11.0.5-config.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-cdi/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-cdi</artifactId>
<version>11.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-cdi/
implementation 'org.eclipse.jetty:jetty-cdi:11.0.5'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-cdi/
implementation ("org.eclipse.jetty:jetty-cdi:11.0.5")
'org.eclipse.jetty:jetty-cdi:jar:11.0.5'
<dependency org="org.eclipse.jetty" name="jetty-cdi" rev="11.0.5">
<artifact name="jetty-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-cdi', version='11.0.5')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-cdi" % "11.0.5"
[org.eclipse.jetty/jetty-cdi "11.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-util | jar | 11.0.5 |
org.eclipse.jetty : jetty-webapp | jar | 11.0.5 |
org.eclipse.jetty : jetty-annotations | jar | 11.0.5 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.5 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |