is not current version
Last Version 1.3.0

io.github.benas:easy-properties 1.2.0

Easy Properties allows you to inject properties in Java objects in a declarative way using annotations

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

easy-properties
Version

Version

1.2.0
Type

Type

jar

Download easy-properties 1.2.0


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