MVN

io.github.shuliga.dropwizard : dropwizard-weld-servlet-bom

Maven & Gradle

Nov 03, 2016
0 stars

Dropwizard Weld Servlet BOM · BOM for enabling CDI 2.0 Weld support for Dropwizard v1.0.3+ applications.

<dependency>
    <groupId>io.github.shuliga.dropwizard</groupId>
    <artifactId>dropwizard-weld-servlet-bom</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shuliga.dropwizard : dropwizard-weld-servlet-bom to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of io.github.shuliga.dropwizard : dropwizard-weld-servlet-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
dropwizard-weld-servlet-bom-3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.shuliga.dropwizard</groupId>
    <artifactId>dropwizard-weld-servlet-bom</artifactId>
    <version>3.0</version>
</dependency>

Advertisement