Last Version

objectify-led 1.6

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.

License

License

GroupId

GroupId

be.objectify
ArtifactId

ArtifactId

objectify-led
Version

Version

1.6
Type

Type

jar
Description

Description

objectify-led
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.
Project Organization

Project Organization

Objectify
Source Code Management

Source Code Management

https://github.com/schaloner/objectify-led

Download objectify-led 1.6


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.