MVN

com.kazurayam : junit4ks

Maven & Gradle

Aug 12, 2021
4 stars

junit4ks · A Katalon Studio plugin that enables running JUnit4 tests for Custom Keyword classes

<dependency>
    <groupId>com.kazurayam</groupId>
    <artifactId>junit4ks</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kazurayam : junit4ks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.kazurayam : junit4ks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
junit4ks-1.6.1
1.6
junit4ks-1.6

How to add a dependency to Maven

Add the following com.kazurayam : junit4ks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kazurayam</groupId>
    <artifactId>junit4ks</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kazurayam : junit4ks gradle dependency to your build.gradle file:

implementation 'com.kazurayam:junit4ks:1.6.1'

Gradle Kotlin DSL: Add the following com.kazurayam : junit4ks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kazurayam:junit4ks:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kazurayam : junit4ks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kazurayam" % "junit4ks" % "1.6.1"

Advertisement