CDIProperties

CDI Extgension that adds property loading via annotations to CDI

License

License

GroupId

GroupId

com.coders-kitchen
ArtifactId

ArtifactId

cdi-properties
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

CDIProperties
CDI Extgension that adds property loading via annotations to CDI

Download cdi-properties

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.1-20130918

test (3)

Group / Artifact Type Version
junit : junit-dep jar 4.11
org.mockito : mockito-core jar 1.9.0
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0