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