Dependency Information

Apache Maven

<dependency>
  <groupId>org.tap4j</groupId>
  <artifactId>perl-integration-tests</artifactId>
  <version>4.4.2</version>
</dependency>

Apache Buildr

'org.tap4j:perl-integration-tests:jar:4.4.2'

Apache Ivy

<dependency org="org.tap4j" name="perl-integration-tests" rev="4.4.2">
  <artifact name="perl-integration-tests" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.tap4j', module='perl-integration-tests', version='4.4.2')
)

Gradle/Grails

compile 'org.tap4j:perl-integration-tests:4.4.2'

Scala SBT

libraryDependencies += "org.tap4j" % "perl-integration-tests" % "4.4.2"

Leiningen

[org.tap4j/perl-integration-tests "4.4.2"]