j

junit4osgi-bundle

This bundle provides the JUnit library in as an OSGi bundle.
Eclipse Public License 1.0 BSD-3-Clause
文件下载
文件名 操作
junit4osgi-bundle-1.2.6.jar 下载
junit4osgi-bundle-1.2.6.pom 下载
junit4osgi-bundle-1.2.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-bundle</artifactId>
  <version>1.2.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-bundle:1.2.6'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-bundle:1.2.6")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-bundle" % "1.2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-bundle', version='1.2.6')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-bundle" rev="1.2.6" />
Leiningen
[com.github.nfalco79/junit4osgi-bundle "1.2.6"]
Apache Buildr
'com.github.nfalco79:junit4osgi-bundle:jar:1.2.6'