o

org-junit

JUnit
Files download
File Operation
org-junit-4.7-201002261215.jar download
org-junit-4.7-201002261215.pom download
Apache Maven
<dependency>
  <groupId>com.kenai.nbpwr</groupId>
  <artifactId>org-junit</artifactId>
  <version>4.7-201002261215</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'com.kenai.nbpwr:org-junit:4.7-201002261215'
Gradle Kotlin
implementation("com.kenai.nbpwr:org-junit:4.7-201002261215")
Scala SBT
libraryDependencies += "com.kenai.nbpwr" % "org-junit" % "4.7-201002261215"
Groovy Grape
@Grapes(
  @Grab(group='com.kenai.nbpwr', module='org-junit', version='4.7-201002261215')
)
Apache Ivy
<dependency org="com.kenai.nbpwr" name="org-junit" rev="4.7-201002261215" />
Leiningen
[com.kenai.nbpwr/org-junit "4.7-201002261215"]
Apache Buildr
'com.kenai.nbpwr:org-junit:jar:4.7-201002261215'