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