is not current version
Last Version 1.6

be.objectify:objectify-led 1.3.3

objectify-led is a small Java library for binding object or class properties at runtime using annotations, reducing boilerplate code. Values can be taken from the System, from properties files, any arbitrary source in fact, and automatically set on properties.

GroupId

GroupId

be.objectify
ArtifactId

ArtifactId

objectify-led
Version

Version

1.3.3
Type

Type

jar

Download objectify-led 1.3.3


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