Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.genthaler</groupId>
  <artifactId>beanshell-maven-plugin</artifactId>
  <version>1.4</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.genthaler:beanshell-maven-plugin:maven-plugin:1.4'

Apache Ant

<dependency org="com.github.genthaler" name="beanshell-maven-plugin" rev="1.4">
  <artifact name="beanshell-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.genthaler', module='beanshell-maven-plugin', version='1.4')
)

Grails

compile 'com.github.genthaler:beanshell-maven-plugin:1.4'

Leiningen

[com.github.genthaler/beanshell-maven-plugin "1.4"]

SBT

libraryDependencies += "com.github.genthaler" %% "beanshell-maven-plugin" % "1.4"