Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>scriptingbundle-maven-plugin</artifactId>
  <version>0.5.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.apache.sling:scriptingbundle-maven-plugin:maven-plugin:0.5.0'

Apache Ivy

<dependency org="org.apache.sling" name="scriptingbundle-maven-plugin" rev="0.5.0">
  <artifact name="scriptingbundle-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.sling', module='scriptingbundle-maven-plugin', version='0.5.0')
)

Gradle/Grails

compile 'org.apache.sling:scriptingbundle-maven-plugin:0.5.0'

Scala SBT

libraryDependencies += "org.apache.sling" % "scriptingbundle-maven-plugin" % "0.5.0"

Leiningen

[org.apache.sling/scriptingbundle-maven-plugin "0.5.0"]