License |
License |
---|---|
GroupId | GroupIdcom.coders-kitchen |
ArtifactId | ArtifactIdcdi-properties |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDIProperties
CDI Extgension that adds property loading via annotations to CDI
|
Filename | Size |
---|---|
cdi-properties-1.0.1.pom | |
cdi-properties-1.0.1.jar | 14 KB |
cdi-properties-1.0.1-sources.jar | 18 KB |
cdi-properties-1.0.1-javadoc.jar | 75 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.1-20130918 |
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 |