The SFB Property Editors library is available from the Maven repository.
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>sfb-propertyeditors</artifactId>
<version>2.0.0</version>
</dependency>
'com.github.stefanbirkner:sfb-propertyeditors:jar:2.0.0'
<dependency org="com.github.stefanbirkner" name="sfb-propertyeditors" rev="2.0.0">
<artifact name="sfb-propertyeditors" type="jar"/>
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='sfb-propertyeditors', version='2.0.0')
)
compile 'com.github.stefanbirkner:sfb-propertyeditors:2.0.0'