Dependency Information

Apache Maven

<dependency>
  <groupId>info.magnolia.bundle.test</groupId>
  <artifactId>magnolia-integration-tests-parent</artifactId>
  <version>5.2.4</version>
  <type>pom</type>
</dependency>

Apache Buildr

'info.magnolia.bundle.test:magnolia-integration-tests-parent:pom:5.2.4'

Apache Ant

<dependency org="info.magnolia.bundle.test" name="magnolia-integration-tests-parent" rev="5.2.4">
  <artifact name="magnolia-integration-tests-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.magnolia.bundle.test', module='magnolia-integration-tests-parent', version='5.2.4')
)

Grails

compile 'info.magnolia.bundle.test:magnolia-integration-tests-parent:5.2.4'

Leiningen

[info.magnolia.bundle.test/magnolia-integration-tests-parent "5.2.4"]

SBT

libraryDependencies += "info.magnolia.bundle.test" %% "magnolia-integration-tests-parent" % "5.2.4"