is not current version
Last Version 4.0.0

org.jeasy:easy-props 2.0.0

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

GroupId

GroupId

org.jeasy
ArtifactId

ArtifactId

easy-props
Version

Version

2.0.0
Type

Type

jar

Download easy-props 2.0.0


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