The SFB Property Editors library is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>sfb-propertyeditors</artifactId>
  <version>2.0.0</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:sfb-propertyeditors:jar:2.0.0'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="sfb-propertyeditors" rev="2.0.0">
  <artifact name="sfb-propertyeditors" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='sfb-propertyeditors', version='2.0.0')
)

Use in Grails

compile 'com.github.stefanbirkner:sfb-propertyeditors:2.0.0'