The Server Rule library is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>server-rule</artifactId>
  <version>0.2.0</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:server-rule:jar:0.2.0'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="server-rule" rev="0.2.0">
  <artifact name="server-rule" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='server-rule', version='0.2.0')
)

Use in Grails

compile 'com.github.stefanbirkner:server-rule:0.2.0'