e

exam

OPS4J Pax Exam - Integration testing framework for OSGi. Detailed information to be found at http://wiki.ops4j.org/display/ops4j/Pax+Exam.
http://www.ops4j.org/projects/pax/web/exam/
Apache License, Version 2.0
Toni Menzel Stuart McCulloch Alin Dreghiciu
文件下载
文件名 操作
exam-1.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>exam</artifactId>
  <version>1.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:exam:1.2.1'
Gradle Kotlin
implementation("org.ops4j.pax:exam:1.2.1")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "exam" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='exam', version='1.2.1')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="exam" rev="1.2.1" />
Leiningen
[org.ops4j.pax/exam "1.2.1"]
Apache Buildr
'org.ops4j.pax:exam:jar:1.2.1'