Last Version

easy-properties 1.3.0

Easy Properties is a library to inject configuration properties in Java objects declaratively using annotations

License

License

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

easy-properties
Version

Version

1.3.0
Type

Type

jar
Description

Description

easy-properties
Easy Properties is a library to inject configuration properties in Java objects declaratively using annotations
Project URL

Project URL

https://github.com/benas/easy-properties

Download easy-properties 1.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.2

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
org.springframework : spring-jdbc jar 4.3.1.RELEASE
org.hsqldb : hsqldb jar 2.3.4
simple-jndi : simple-jndi jar 0.11.4.1

Project Modules

There are no modules declared in this project.