p

perl-integration-tests

Integration tests between tap4j and Perl test harness
文件下载
文件名 操作
perl-integration-tests-4.4.2.jar 下载
perl-integration-tests-4.4.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.tap4j</groupId>
  <artifactId>perl-integration-tests</artifactId>
  <version>4.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.tap4j:perl-integration-tests:4.4.2'
Gradle Kotlin
implementation("org.tap4j:perl-integration-tests:4.4.2")
Scala SBT
libraryDependencies += "org.tap4j" % "perl-integration-tests" % "4.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.tap4j', module='perl-integration-tests', version='4.4.2')
)
Apache Ivy
<dependency org="org.tap4j" name="perl-integration-tests" rev="4.4.2" />
Leiningen
[org.tap4j/perl-integration-tests "4.4.2"]
Apache Buildr
'org.tap4j:perl-integration-tests:jar:4.4.2'