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