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.1.2.jar 下载
junit4osgi-bundle-1.1.2.pom 下载
junit4osgi-bundle-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>junit4osgi-bundle</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:junit4osgi-bundle:1.1.2'
Gradle Kotlin
implementation("com.github.nfalco79:junit4osgi-bundle:1.1.2")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "junit4osgi-bundle" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='junit4osgi-bundle', version='1.1.2')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="junit4osgi-bundle" rev="1.1.2" />
Leiningen
[com.github.nfalco79/junit4osgi-bundle "1.1.2"]
Apache Buildr
'com.github.nfalco79:junit4osgi-bundle:jar:1.1.2'