is not current version
Last Version 1.0.5

io.xlate:property-inject 1.0.3

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

GroupId

GroupId

io.xlate
ArtifactId

ArtifactId

property-inject
Version

Version

1.0.3
Type

Type

jar

Download property-inject 1.0.3


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