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