CDI Util

Utilitary to get bean instance CDI managed.

License

License

GroupId

GroupId

com.github.ldeitos
ArtifactId

ArtifactId

cdi-util
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

CDI Util
Utilitary to get bean instance CDI managed.
Project URL

Project URL

http://extendedvalidation.sourceforge.net/

Download cdi-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ldeitos/cdi-util/ -->
<dependency>
    <groupId>com.github.ldeitos</groupId>
    <artifactId>cdi-util</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/cdi-util/
implementation 'com.github.ldeitos:cdi-util:0.6.2'
// https://jarcasting.com/artifacts/com.github.ldeitos/cdi-util/
implementation ("com.github.ldeitos:cdi-util:0.6.2")
'com.github.ldeitos:cdi-util:jar:0.6.2'
<dependency org="com.github.ldeitos" name="cdi-util" rev="0.6.2">
  <artifact name="cdi-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='cdi-util', version='0.6.2')
)
libraryDependencies += "com.github.ldeitos" % "cdi-util" % "0.6.2"
[com.github.ldeitos/cdi-util "0.6.2"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.1
org.slf4j : slf4j-api jar 1.7.7

test (2)

Group / Artifact Type Version
org.jglue.cdi-unit : cdi-unit jar 2.0.8
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.2
0.6.1
0.5.0
0.4.0
0.3.0
0.2.0
0.0.1-RC1