<dependency> <groupId>com.pholser</groupId> <artifactId>property-binder</artifactId> <version>3.0</version> </dependency>
implementation 'com.pholser:property-binder:3.0'
implementation("com.pholser:property-binder:3.0")
libraryDependencies += "com.pholser" % "property-binder" % "3.0"
@Grapes( @Grab(group='com.pholser', module='property-binder', version='3.0') )
<dependency org="com.pholser" name="property-binder" rev="3.0" />
[com.pholser/property-binder "3.0"]
'com.pholser:property-binder:jar:3.0'
test
|-- junit:junit:4.8.2
|-- org.apache.ant:ant:1.7.0