License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.github.shuliga.dropwizard |
ArtifactId | ArtifactIddropwizard-weld-servlet |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Weld Servlet Bundle
Dropwizard Bundle. Enables CDI 2.0 Weld support for Dropwizard v1.0.3+ applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet/ -->
<dependency>
<groupId>io.github.shuliga.dropwizard</groupId>
<artifactId>dropwizard-weld-servlet</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet/
implementation 'io.github.shuliga.dropwizard:dropwizard-weld-servlet:3.0'
// https://jarcasting.com/artifacts/io.github.shuliga.dropwizard/dropwizard-weld-servlet/
implementation ("io.github.shuliga.dropwizard:dropwizard-weld-servlet:3.0")
'io.github.shuliga.dropwizard:dropwizard-weld-servlet:jar:3.0'
<dependency org="io.github.shuliga.dropwizard" name="dropwizard-weld-servlet" rev="3.0">
<artifact name="dropwizard-weld-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shuliga.dropwizard', module='dropwizard-weld-servlet', version='3.0')
)
libraryDependencies += "io.github.shuliga.dropwizard" % "dropwizard-weld-servlet" % "3.0"
[io.github.shuliga.dropwizard/dropwizard-weld-servlet "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.weld.servlet : weld-servlet-core | jar | 3.0.0.Alpha17 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 1.0.3 |