MVN

com.kenai.nbpwr : org-junit

Maven & Gradle

Feb 26, 2010
4 usages

Wrappers - JUnit · JUnit

<dependency>
    <groupId>com.kenai.nbpwr</groupId>
    <artifactId>org-junit</artifactId>
    <version>4.7-201002261215</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kenai.nbpwr : org-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7-201002261215

All Versions

Choose a version of com.kenai.nbpwr : org-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7
org-junit-4.7-201002261215

How to add a dependency to Maven

Add the following com.kenai.nbpwr : org-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kenai.nbpwr</groupId>
    <artifactId>org-junit</artifactId>
    <version>4.7-201002261215</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kenai.nbpwr : org-junit gradle dependency to your build.gradle file:

implementation 'com.kenai.nbpwr:org-junit:4.7-201002261215'

Gradle Kotlin DSL: Add the following com.kenai.nbpwr : org-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kenai.nbpwr:org-junit:4.7-201002261215")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kenai.nbpwr : org-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kenai.nbpwr" % "org-junit" % "4.7-201002261215"

Advertisement