Property Injection for Java

Inject values from java.util.Properties using the Java CDI framework

License

License

GroupId

GroupId

io.xlate
ArtifactId

ArtifactId

property-inject
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Property Injection for Java
Inject values from java.util.Properties using the Java CDI framework
Project URL

Project URL

https://github.com/xlate/property-inject
Source Code Management

Source Code Management

https://github.com/xlate/property-inject

Download property-inject

How to add to project

<!-- https://jarcasting.com/artifacts/io.xlate/property-inject/ -->
<dependency>
    <groupId>io.xlate</groupId>
    <artifactId>property-inject</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.xlate/property-inject/
implementation 'io.xlate:property-inject:1.0.5'
// https://jarcasting.com/artifacts/io.xlate/property-inject/
implementation ("io.xlate:property-inject:1.0.5")
'io.xlate:property-inject:jar:1.0.5'
<dependency org="io.xlate" name="property-inject" rev="1.0.5">
  <artifact name="property-inject" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xlate', module='property-inject', version='1.0.5')
)
libraryDependencies += "io.xlate" % "property-inject" % "1.0.5"
[io.xlate/property-inject "1.0.5"]

Dependencies

provided (2)

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

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.junit.platform : junit-platform-runner jar 1.1.0
org.mockito : mockito-junit-jupiter jar 2.27.0
org.glassfish : javax.json jar 1.0.4
org.jboss.weld : weld-junit5 jar 1.2.2.Final
org.slf4j : slf4j-jdk14 jar 1.7.15

Project Modules

There are no modules declared in this project.

Property Inject Build Status Coverage Status

Simple CDI extension to support injection of java.util.Properties values.

Please see the project wiki for more information.

Licensing

Property Inject is available for use under the GNU Affero GPL license for open source projects. Commercial license terms are also available (see COMM-LICENSE) for individuals or companies wishing to develop software using the library but do not wish to open source their own code. Please see the Property Inject product page for pricing.

io.xlate

xlate.io

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
0.0.2
0.0.1