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