Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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