p

pax-exam-player

Pax Exam Player: Test Harness in a tweet.
Files download
File Operation
pax-exam-player-2.0.0-RC5.jar download
pax-exam-player-2.0.0-RC5.pom download
pax-exam-player-2.0.0-RC5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.exam</groupId>
  <artifactId>pax-exam-player</artifactId>
  <version>2.0.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.exam:pax-exam-player:2.0.0-RC5'
Gradle Kotlin
implementation("org.ops4j.pax.exam:pax-exam-player:2.0.0-RC5")
Scala SBT
libraryDependencies += "org.ops4j.pax.exam" % "pax-exam-player" % "2.0.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.exam', module='pax-exam-player', version='2.0.0-RC5')
)
Apache Ivy
<dependency org="org.ops4j.pax.exam" name="pax-exam-player" rev="2.0.0-RC5" />
Leiningen
[org.ops4j.pax.exam/pax-exam-player "2.0.0-RC5"]
Apache Buildr
'org.ops4j.pax.exam:pax-exam-player:jar:2.0.0-RC5'