License |
License |
---|---|
GroupId | GroupIdbe.objectify |
ArtifactId | ArtifactIdobjectify-led |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectify-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 OrganizationObjectify |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
objectify-led-1.6.pom | |
objectify-led-1.6.jar | 49 KB |
objectify-led-1.6-sources.jar | 42 KB |
objectify-led-1.6-javadoc.jar | 232 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |