License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.github.shuliga.dropwizard |
ArtifactId | ArtifactIddropwizard-weld-servlet-bom |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDropwizard Weld Servlet BOM
BOM for enabling CDI 2.0 Weld support for Dropwizard v1.0.3+ applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-weld-servlet-bom-3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet-bom/ -->
<dependency>
<groupId>io.github.shuliga.dropwizard</groupId>
<artifactId>dropwizard-weld-servlet-bom</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet-bom/
implementation 'io.github.shuliga.dropwizard:dropwizard-weld-servlet-bom:3.0'
// https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet-bom/
implementation ("io.github.shuliga.dropwizard:dropwizard-weld-servlet-bom:3.0")
'io.github.shuliga.dropwizard:dropwizard-weld-servlet-bom:pom:3.0'
<dependency org="io.github.shuliga.dropwizard" name="dropwizard-weld-servlet-bom" rev="3.0">
<artifact name="dropwizard-weld-servlet-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shuliga.dropwizard', module='dropwizard-weld-servlet-bom', version='3.0')
)
libraryDependencies += "io.github.shuliga.dropwizard" % "dropwizard-weld-servlet-bom" % "3.0"
[io.github.shuliga.dropwizard/dropwizard-weld-servlet-bom "3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.shuliga.dropwizard : dropwizard-weld-servlet | jar | 3.0 |
org.jboss.weld.se : weld-se-core | jar | 3.0.0.Alpha17 |
javax.annotation : javax.annotation-api | jar | 1.2 |
javax.interceptor : javax.interceptor-api | jar | 1.2 |
org.eclipse.jetty : jetty-cdi | jar | 9.3.0.M2 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
org.glassfish.jersey.containers.glassfish : jersey-gf-cdi | jar | 2.14 |