is not current version
Last Version 5.0-alpha-3

com.pholser:property-binder 5.0-alpha-1

Enables typed retrieval of properties based on an annotated interface

GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

property-binder
Version

Version

5.0-alpha-1
Type

Type

pom

Download property-binder 5.0-alpha-1


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