The Semantic Wrapper library is available from the Maven repository.

Download

Use in Maven

<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>semantic-wrapper</artifactId>
  <version>0.5.0</version>
</dependency>

Use in Buildr

'com.github.stefanbirkner:semantic-wrapper:jar:0.5.0'

Use in Ivy

<dependency org="com.github.stefanbirkner" name="semantic-wrapper" rev="0.5.0">
  <artifact name="semantic-wrapper" type="jar"/>
</dependency>

Use in Groovy Grape

@Grapes(
  @Grab(group='com.github.stefanbirkner', module='semantic-wrapper', version='0.5.0')
)

Use in Grails

compile 'com.github.stefanbirkner:semantic-wrapper:0.5.0'