is not current version
Last Version 5.0-alpha-3

com.pholser:property-binder 3.0-rc1

Enables typed retrieval of properties based on an annotated interface

GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

property-binder
Version

Version

3.0-rc1
Type

Type

jar

Download property-binder 3.0-rc1


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