Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'com.github.genthaler:beanshell-maven-plugin-archetype:maven-archetype:1.2.3'

Apache Ant

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

Groovy Grape

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

Grails

compile 'com.github.genthaler:beanshell-maven-plugin-archetype:1.2.3'

Leiningen

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

SBT

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