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